Html Css Color HEX #85591A Hot Curry

📋 copy color: '#85591A'

red 133 ◦ green 89 ◦ blue 26

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

Shades of Hot Curry #85591A

Tints of Hot Curry #85591A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.48%

R = 53.63%
G = 35.89%
B = 10.48%

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

#85591A (or 0x85591A) is known color: Hot Curry. HEX triplet: 85, 59 and 1A. RGB value is (133,89,26). Sum of RGB (Red+Green+Blue) = 133+89+26=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 26 (10.55% from 255 or 10.48% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #85591A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85591A is #7AA6E5. Grayscale: #5F5F5F. Windows color (decimal): -8038118 or 1726853. OLE color: 1726853.

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

Color convert

RGB 133 89 26 -
CMYK 0 0.33 0.80 0.48
HSL 35.33º 0.67% 0.31% -
HSV(B) 35.33º 0.8% 0.52% -
XYZ 13.43 12.21 2.63 -
YUV 94.97 89.08 155.12 -
System Red Green Blue C M Y K H S L
Decimal 133 89 26 0 0.33 0.80 0.48 35.33 0.67 0.31
Hex 85 59 1A 0 21 50 30 23 43 1F
Octal 205 131 32 0 41 120 60 43 103 37
Binary 10000101 1011001 11010 0 100001 1010000 110000 100011 1000011 11111

Color Harmonies of #85591A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85591A

Black with #85591A

Text Example


Text Example

White with #85591A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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