#85602A

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

Shades of Hot Curry #85602A

Tints of Hot Curry #85602A

Color information

#85602A (or 0x85602A) is unknown color: approx Hot Curry. HEX triplet: 85, 60 and 2A. RGB value is (133,96,42). Sum of RGB (Red+Green+Blue) = 133+96+42=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #85602A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85602A is #7A9FD5. Grayscale: #656565. Windows color (decimal): -8036310 or 2777221. OLE color: 2777221.

HSL color Cylindrical-coordinate representation of color #85602A: hue angle of 35.6º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85602A is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB1339642-
CMYK00.280.680.48
HSL35.6º52%34.31%-
HSV(B)35.6º68.42%52.16%-
XYZ14.2713.524.05-
YUV100.9194.76150.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.08%
GREEN value IS 96 (37.89% from 255) = 35.42%
BLUE value IS 42 (16.80% from 255) = 15.50%
R=49.08%
G=35.42%
B=15.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133964200.280.680.4835.65234.31
Hex85602A01C4430243422
Octal2051405203410460446442
Binary1000010111000001010100111001000100110000100100110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85602A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85602A; }

 p { color: rgb(133,96,42); }

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

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

 a { background-color: rgb(133,96,42); }

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

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

 span { border-color: rgb(133,96,42); }

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