Html Css Color HEX #85591D Hot Curry

📋 copy color: '#85591D'

red 133 ◦ green 89 ◦ blue 29

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

Shades of Hot Curry #85591D

Tints of Hot Curry #85591D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.55%

R = 52.99%
G = 35.46%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#85591D (or 0x85591D) is known color: Hot Curry. HEX triplet: 85, 59 and 1D. RGB value is (133,89,29). Sum of RGB (Red+Green+Blue) = 133+89+29=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 89 (35.16% from 255 or 35.46% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #85591D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85591D is #7AA6E2. Grayscale: #5F5F5F. Windows color (decimal): -8038115 or 1923461. OLE color: 1923461.

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

Color convert

RGB 133 89 29 -
CMYK 0 0.33 0.78 0.48
HSL 34.62º 0.64% 0.32% -
HSV(B) 34.62º 0.78% 0.52% -
XYZ 13.47 12.22 2.81 -
YUV 95.32 90.58 154.88 -
System Red Green Blue C M Y K H S L
Decimal 133 89 29 0 0.33 0.78 0.48 34.62 0.64 0.32
Hex 85 59 1D 0 21 4E 30 23 40 20
Octal 205 131 35 0 41 116 60 43 100 40
Binary 10000101 1011001 11101 0 100001 1001110 110000 100011 1000000 100000

Color Harmonies of #85591D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85591D

Black with #85591D

Text Example


Text Example

White with #85591D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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