Html Css Color HEX #85541F Hot Curry

📋 copy color: '#85541F'

red 133 ◦ green 84 ◦ blue 31

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

Shades of Hot Curry #85541F

Tints of Hot Curry #85541F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.5%

R = 53.63%
G = 33.87%
B = 12.5%

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

#85541F (or 0x85541F) is known color: Hot Curry. HEX triplet: 85, 54 and 1F. RGB value is (133,84,31). Sum of RGB (Red+Green+Blue) = 133+84+31=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 84 (33.20% from 255 or 33.87% from 248); Blue value is 31 (12.5% from 255 or 12.5% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #85541F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85541F is #7AABE0. Grayscale: #5C5C5C. Windows color (decimal): -8039393 or 2053253. OLE color: 2053253.

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

Color convert

RGB 133 84 31 -
CMYK 0 0.37 0.77 0.48
HSL 31.18º 0.62% 0.32% -
HSV(B) 31.18º 0.77% 0.52% -
XYZ 13.09 11.43 2.81 -
YUV 92.61 93.23 156.81 -
System Red Green Blue C M Y K H S L
Decimal 133 84 31 0 0.37 0.77 0.48 31.18 0.62 0.32
Hex 85 54 1F 0 25 4D 30 1F 3E 20
Octal 205 124 37 0 45 115 60 37 76 40
Binary 10000101 1010100 11111 0 100101 1001101 110000 11111 111110 100000

Color Harmonies of #85541F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85541F

Black with #85541F

Text Example


Text Example

White with #85541F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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