Html Css Color HEX #85571C Hot Curry

📋 copy color: '#85571C'

red 133 ◦ green 87 ◦ blue 28

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

Shades of Hot Curry #85571C

Tints of Hot Curry #85571C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.29%

R = 53.63%
G = 35.08%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#85571C (or 0x85571C) is known color: Hot Curry. HEX triplet: 85, 57 and 1C. RGB value is (133,87,28). Sum of RGB (Red+Green+Blue) = 133+87+28=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 87 (34.38% from 255 or 35.08% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #85571C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85571C is #7AA8E3. Grayscale: #5E5E5E. Windows color (decimal): -8038628 or 1857413. OLE color: 1857413.

HSL color Cylindrical-coordinate representation of color #85571C: hue angle of 33.71º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #85571C is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 87 28 -
CMYK 0 0.35 0.79 0.48
HSL 33.71º 0.65% 0.32% -
HSV(B) 33.71º 0.79% 0.52% -
XYZ 13.29 11.89 2.69 -
YUV 94.03 90.74 155.8 -
System Red Green Blue C M Y K H S L
Decimal 133 87 28 0 0.35 0.79 0.48 33.71 0.65 0.32
Hex 85 57 1C 0 23 4F 30 22 41 20
Octal 205 127 34 0 43 117 60 42 101 40
Binary 10000101 1010111 11100 0 100011 1001111 110000 100010 1000001 100000

Color Harmonies of #85571C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85571C

Black with #85571C

Text Example


Text Example

White with #85571C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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