Html Css Color HEX #85541E Hot Curry

📋 copy color: '#85541E'

red 133 ◦ green 84 ◦ blue 30

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

Shades of Hot Curry #85541E

Tints of Hot Curry #85541E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.01%

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

R = 53.85%
G = 34.01%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#85541E (or 0x85541E) is known color: Hot Curry. HEX triplet: 85, 54 and 1E. RGB value is (133,84,30). Sum of RGB (Red+Green+Blue) = 133+84+30=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 84 (33.20% from 255 or 34.01% from 247); Blue value is 30 (12.11% from 255 or 12.15% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #85541E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85541E is #7AABE1. Grayscale: #5C5C5C. Windows color (decimal): -8039394 or 1987717. OLE color: 1987717.

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

Color convert

RGB 133 84 30 -
CMYK 0 0.37 0.77 0.48
HSL 31.46º 0.63% 0.32% -
HSV(B) 31.46º 0.77% 0.52% -
XYZ 13.08 11.42 2.74 -
YUV 92.5 92.73 156.89 -
System Red Green Blue C M Y K H S L
Decimal 133 84 30 0 0.37 0.77 0.48 31.46 0.63 0.32
Hex 85 54 1E 0 25 4D 30 1F 3F 20
Octal 205 124 36 0 45 115 60 37 77 40
Binary 10000101 1010100 11110 0 100101 1001101 110000 11111 111111 100000

Color Harmonies of #85541E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85541E

Black with #85541E

Text Example


Text Example

White with #85541E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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