Html Css Color HEX #85571E Hot Curry

📋 copy color: '#85571E'

red 133 ◦ green 87 ◦ blue 30

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

Shades of Hot Curry #85571E

Tints of Hot Curry #85571E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.8%

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

R = 53.2%
G = 34.8%
B = 12%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#85571E (or 0x85571E) is known color: Hot Curry. HEX triplet: 85, 57 and 1E. RGB value is (133,87,30). Sum of RGB (Red+Green+Blue) = 133+87+30=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 87 (34.38% from 255 or 34.8% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #85571E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85571E is #7AA8E1. Grayscale: #5E5E5E. Windows color (decimal): -8038626 or 1988485. OLE color: 1988485.

HSL color Cylindrical-coordinate representation of color #85571E: hue angle of 33.2º 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 #85571E is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 87 30 -
CMYK 0 0.35 0.77 0.48
HSL 33.2º 0.63% 0.32% -
HSV(B) 33.2º 0.77% 0.52% -
XYZ 13.32 11.9 2.82 -
YUV 94.26 91.74 155.63 -
System Red Green Blue C M Y K H S L
Decimal 133 87 30 0 0.35 0.77 0.48 33.2 0.63 0.32
Hex 85 57 1E 0 23 4D 30 21 3F 20
Octal 205 127 36 0 43 115 60 41 77 40
Binary 10000101 1010111 11110 0 100011 1001101 110000 100001 111111 100000

Color Harmonies of #85571E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85571E

Black with #85571E

Text Example


Text Example

White with #85571E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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