#865716

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

Shades of Hot Curry #865716

Tints of Hot Curry #865716

Color information

#865716 (or 0x865716) is unknown color: approx Hot Curry. HEX triplet: 86, 57 and 16. RGB value is (134,87,22). Sum of RGB (Red+Green+Blue) = 134+87+22=243 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.14% from 243); Green value is 87 (34.38% from 255 or 35.80% from 243); Blue value is 22 (8.98% from 255 or 9.05% from 243); Max value from RGB is 134 - color contains mainly: red. Hex color #865716 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865716 is #79A8E9. Grayscale: #5D5D5D. Windows color (decimal): -7973098 or 1464198. OLE color: 1464198.

HSL color Cylindrical-coordinate representation of color #865716: hue angle of 34.82º 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 #865716 is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB1348722-
CMYK00.350.840.47
HSL34.82º71.79%30.59%-
HSV(B)34.82º83.58%52.55%-
XYZ13.3811.942.36-
YUV93.6487.57156.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.14%
GREEN value IS 87 (34.38% from 255) = 35.80%
BLUE value IS 22 (8.98% from 255) = 9.05%
R=55.14%
G=35.80%
B=9.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134872200.350.840.4734.8271.7930.59
Hex865716023542F23481f
Octal20612726043124574311037
Binary1000011010101111011001000111010100101111100011100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865716; }

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

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

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

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

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

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

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

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