Html Css Color HEX #85572A Hot Curry

📋 copy color: '#85572A'

red 133 ◦ green 87 ◦ blue 42

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

Shades of Hot Curry #85572A

Tints of Hot Curry #85572A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.03%

R = 50.76%
G = 33.21%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#85572A (or 0x85572A) is known color: Hot Curry. HEX triplet: 85, 57 and 2A. RGB value is (133,87,42). Sum of RGB (Red+Green+Blue) = 133+87+42=262 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.76% from 262); Green value is 87 (34.38% from 255 or 33.21% from 262); Blue value is 42 (16.80% from 255 or 16.03% from 262); Max value from RGB is 133 - color contains mainly: red. Hex color #85572A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85572A is #7AA8D5. Grayscale: #5F5F5F. Windows color (decimal): -8038614 or 2774917. OLE color: 2774917.

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

Color convert

RGB 133 87 42 -
CMYK 0 0.35 0.68 0.48
HSL 29.67º 0.52% 0.34% -
HSV(B) 29.67º 0.68% 0.52% -
XYZ 13.5 11.97 3.79 -
YUV 95.62 97.74 154.66 -
System Red Green Blue C M Y K H S L
Decimal 133 87 42 0 0.35 0.68 0.48 29.67 0.52 0.34
Hex 85 57 2A 0 23 44 30 1E 34 22
Octal 205 127 52 0 43 104 60 36 64 42
Binary 10000101 1010111 101010 0 100011 1000100 110000 11110 110100 100010

Color Harmonies of #85572A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85572A

Black with #85572A

Text Example


Text Example

White with #85572A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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