#865816

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

Shades of Hot Curry #865816

Tints of Hot Curry #865816

Color information

#865816 (or 0x865816) is unknown color: approx Hot Curry. HEX triplet: 86, 58 and 16. RGB value is (134,88,22). Sum of RGB (Red+Green+Blue) = 134+88+22=244 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.92% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 134 - color contains mainly: red. Hex color #865816 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865816 is #79A7E9. Grayscale: #5E5E5E. Windows color (decimal): -7972842 or 1464454. OLE color: 1464454.

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

Color convert

RGB1348822-
CMYK00.340.840.47
HSL35.36º71.79%30.59%-
HSV(B)35.36º83.58%52.55%-
XYZ13.4712.112.39-
YUV94.2387.24156.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.92%
GREEN value IS 88 (34.77% from 255) = 36.07%
BLUE value IS 22 (8.98% from 255) = 9.02%
R=54.92%
G=36.07%
B=9.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134882200.340.840.4735.3671.7930.59
Hex865816022542F23481f
Octal20613026042124574311037
Binary1000011010110001011001000101010100101111100011100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865816; }

 p { color: rgb(134,88,22); }

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

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

 a { background-color: rgb(134,88,22); }

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

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

 span { border-color: rgb(134,88,22); }

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