Html Css Color HEX #85591B Hot Curry

📋 copy color: '#85591B'

red 133 ◦ green 89 ◦ blue 27

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

Shades of Hot Curry #85591B

Tints of Hot Curry #85591B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.84%

R = 53.41%
G = 35.74%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#85591B (or 0x85591B) is known color: Hot Curry. HEX triplet: 85, 59 and 1B. RGB value is (133,89,27). Sum of RGB (Red+Green+Blue) = 133+89+27=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 27 (10.94% from 255 or 10.84% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #85591B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85591B is #7AA6E4. Grayscale: #5F5F5F. Windows color (decimal): -8038117 or 1792389. OLE color: 1792389.

HSL color Cylindrical-coordinate representation of color #85591B: hue angle of 35.09º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #85591B is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 89 27 -
CMYK 0 0.33 0.80 0.48
HSL 35.09º 0.66% 0.31% -
HSV(B) 35.09º 0.8% 0.52% -
XYZ 13.44 12.21 2.69 -
YUV 95.09 89.58 155.04 -
System Red Green Blue C M Y K H S L
Decimal 133 89 27 0 0.33 0.80 0.48 35.09 0.66 0.31
Hex 85 59 1B 0 21 50 30 23 42 1F
Octal 205 131 33 0 41 120 60 43 102 37
Binary 10000101 1011001 11011 0 100001 1010000 110000 100011 1000010 11111

Color Harmonies of #85591B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85591B

Black with #85591B

Text Example


Text Example

White with #85591B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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