Html Css Color HEX #85592C Hot Curry

📋 copy color: '#85592C'

red 133 ◦ green 89 ◦ blue 44

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

Shades of Hot Curry #85592C

Tints of Hot Curry #85592C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.46%

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

R = 50%
G = 33.46%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#85592C (or 0x85592C) is known color: Hot Curry. HEX triplet: 85, 59 and 2C. RGB value is (133,89,44). Sum of RGB (Red+Green+Blue) = 133+89+44=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #85592C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85592C is #7AA6D3. Grayscale: #616161. Windows color (decimal): -8038100 or 2906501. OLE color: 2906501.

HSL color Cylindrical-coordinate representation of color #85592C: hue angle of 30.34º 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 #85592C is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 89 44 -
CMYK 0 0.33 0.67 0.48
HSL 30.34º 0.5% 0.35% -
HSV(B) 30.34º 0.67% 0.52% -
XYZ 13.7 12.31 4.04 -
YUV 97.03 98.08 153.66 -
System Red Green Blue C M Y K H S L
Decimal 133 89 44 0 0.33 0.67 0.48 30.34 0.5 0.35
Hex 85 59 2C 0 21 43 30 1E 32 23
Octal 205 131 54 0 41 103 60 36 62 43
Binary 10000101 1011001 101100 0 100001 1000011 110000 11110 110010 100011

Color Harmonies of #85592C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85592C

Black with #85592C

Text Example


Text Example

White with #85592C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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