Html Css Color HEX #85591E Hot Curry

📋 copy color: '#85591E'

red 133 ◦ green 89 ◦ blue 30

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

Shades of Hot Curry #85591E

Tints of Hot Curry #85591E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.9%

R = 52.78%
G = 35.32%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#85591E (or 0x85591E) is known color: Hot Curry. HEX triplet: 85, 59 and 1E. RGB value is (133,89,30). Sum of RGB (Red+Green+Blue) = 133+89+30=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #85591E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85591E is #7AA6E1. Grayscale: #5F5F5F. Windows color (decimal): -8038114 or 1988997. OLE color: 1988997.

HSL color Cylindrical-coordinate representation of color #85591E: hue angle of 34.37º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #85591E is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 89 30 -
CMYK 0 0.33 0.77 0.48
HSL 34.37º 0.63% 0.32% -
HSV(B) 34.37º 0.77% 0.52% -
XYZ 13.48 12.23 2.88 -
YUV 95.43 91.08 154.8 -
System Red Green Blue C M Y K H S L
Decimal 133 89 30 0 0.33 0.77 0.48 34.37 0.63 0.32
Hex 85 59 1E 0 21 4D 30 22 3F 20
Octal 205 131 36 0 41 115 60 42 77 40
Binary 10000101 1011001 11110 0 100001 1001101 110000 100010 111111 100000

Color Harmonies of #85591E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85591E

Black with #85591E

Text Example


Text Example

White with #85591E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85591E; }

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

 H1.HeaderClassName
 {
   color: #85591E;
 }
 .AnyTagClassName
 {
   color: #85591E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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