Html Css Color HEX #85572C Hot Curry

📋 copy color: '#85572C'

red 133 ◦ green 87 ◦ blue 44

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

Shades of Hot Curry #85572C

Tints of Hot Curry #85572C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.67%

R = 50.38%
G = 32.95%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#85572C (or 0x85572C) is known color: Hot Curry. HEX triplet: 85, 57 and 2C. RGB value is (133,87,44). Sum of RGB (Red+Green+Blue) = 133+87+44=264 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.38% from 264); Green value is 87 (34.38% from 255 or 32.95% from 264); Blue value is 44 (17.58% from 255 or 16.67% from 264); Max value from RGB is 133 - color contains mainly: red. Hex color #85572C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85572C is #7AA8D3. Grayscale: #606060. Windows color (decimal): -8038612 or 2905989. OLE color: 2905989.

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

Color convert

RGB 133 87 44 -
CMYK 0 0.35 0.67 0.48
HSL 28.99º 0.5% 0.35% -
HSV(B) 28.99º 0.67% 0.52% -
XYZ 13.54 11.98 3.98 -
YUV 95.85 98.74 154.5 -
System Red Green Blue C M Y K H S L
Decimal 133 87 44 0 0.35 0.67 0.48 28.99 0.5 0.35
Hex 85 57 2C 0 23 43 30 1D 32 23
Octal 205 127 54 0 43 103 60 35 62 43
Binary 10000101 1010111 101100 0 100011 1000011 110000 11101 110010 100011

Color Harmonies of #85572C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85572C

Black with #85572C

Text Example


Text Example

White with #85572C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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