#865517

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

Shades of Hot Curry #865517

Tints of Hot Curry #865517

Color information

#865517 (or 0x865517) is unknown color: approx Hot Curry. HEX triplet: 86, 55 and 17. RGB value is (134,85,23). Sum of RGB (Red+Green+Blue) = 134+85+23=242 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.37% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 23 (9.38% from 255 or 9.50% from 242); Max value from RGB is 134 - color contains mainly: red. Hex color #865517 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865517 is #79AAE8. Grayscale: #5C5C5C. Windows color (decimal): -7973609 or 1529222. OLE color: 1529222.

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

Color convert

RGB1348523-
CMYK00.370.830.47
HSL33.51º70.7%30.78%-
HSV(B)33.51º82.84%52.55%-
XYZ13.2311.632.36-
YUV92.5888.73157.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.37%
GREEN value IS 85 (33.59% from 255) = 35.12%
BLUE value IS 23 (9.38% from 255) = 9.50%
R=55.37%
G=35.12%
B=9.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.83
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134852300.370.830.4733.5170.730.78
Hex865517025532F22471f
Octal20612527045123574210737
Binary1000011010101011011101001011010011101111100010100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865517; }

 p { color: rgb(134,85,23); }

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

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

 a { background-color: rgb(134,85,23); }

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

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

 span { border-color: rgb(134,85,23); }

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