#865718

Color #865718 Hot Curry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Curry #865718

Tints of Hot Curry #865718

Color information

#865718 (or 0x865718) is unknown color: approx Hot Curry. HEX triplet: 86, 57 and 18. RGB value is (134,87,24). Sum of RGB (Red+Green+Blue) = 134+87+24=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 87 (34.38% from 255 or 35.51% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #865718 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865718 is #79A8E7. Grayscale: #5E5E5E. Windows color (decimal): -7973096 or 1595270. OLE color: 1595270.

HSL color Cylindrical-coordinate representation of color #865718: hue angle of 34.36º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #865718 is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB1348724-
CMYK00.350.820.47
HSL34.36º69.62%30.98%-
HSV(B)34.36º82.09%52.55%-
XYZ13.411.952.46-
YUV93.8788.57156.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 54.69%
GREEN value IS 87 (34.38% from 255) = 35.51%
BLUE value IS 24 (9.77% from 255) = 9.80%
R=54.69%
G=35.51%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134872400.350.820.4734.3669.6230.98
Hex865718023522F22461f
Octal20612730043122574210637
Binary1000011010101111100001000111010010101111100010100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865718; }

 p { color: rgb(134,87,24); }

 H1.HeaderClassName
 {
   color: #865718;
 }
 .AnyTagClassName
 {
   color: #865718;
 }
</style>
background-color css

<style>
 a { background-color: #865718; }

 a { background-color: rgb(134,87,24); }

 div.DivClassName
 {
   background-color: #865718;
 }
 .BgClassName
 {
   background-color: #865718;
 }
</style>
border-color css

<style>
 span { border-color: #865718; }

 span { border-color: rgb(134,87,24); }

 td.TdClassName
 {
   border-color: #865718;
 }
 .TagClassName
 {
   border-color: #865718;
 }
</style>