Html Css Color HEX #85602C Hot Curry

📋 copy color: '#85602C'

red 133 ◦ green 96 ◦ blue 44

#85602C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Curry #85602C

Tints of Hot Curry #85602C

RGB

 RED value IS 133 (52.34% from 255) = 48.72%

 GREEN value IS 96 (37.89% from 255) = 35.16%

 BLUE value IS 44 (17.58% from 255) = 16.12%

R = 48.72%
G = 35.16%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#85602C (or 0x85602C) is known color: Hot Curry. HEX triplet: 85, 60 and 2C. RGB value is (133,96,44). Sum of RGB (Red+Green+Blue) = 133+96+44=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #85602C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85602C is #7A9FD3. Grayscale: #656565. Windows color (decimal): -8036308 or 2908293. OLE color: 2908293.

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

Color convert

RGB 133 96 44 -
CMYK 0 0.28 0.67 0.48
HSL 35.06º 0.5% 0.35% -
HSV(B) 35.06º 0.67% 0.52% -
XYZ 14.31 13.53 4.24 -
YUV 101.14 95.76 150.73 -
System Red Green Blue C M Y K H S L
Decimal 133 96 44 0 0.28 0.67 0.48 35.06 0.5 0.35
Hex 85 60 2C 0 1C 43 30 23 32 23
Octal 205 140 54 0 34 103 60 43 62 43
Binary 10000101 1100000 101100 0 11100 1000011 110000 100011 110010 100011

Color Harmonies of #85602C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85602C

Black with #85602C

Text Example


Text Example

White with #85602C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #85602C;
 }
 .AnyTagClassName
 {
   color: #85602C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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