Html Css Color HEX #85541D Hot Curry

📋 copy color: '#85541D'

red 133 ◦ green 84 ◦ blue 29

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

Shades of Hot Curry #85541D

Tints of Hot Curry #85541D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.79%

R = 54.07%
G = 34.15%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#85541D (or 0x85541D) is known color: Hot Curry. HEX triplet: 85, 54 and 1D. RGB value is (133,84,29). Sum of RGB (Red+Green+Blue) = 133+84+29=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 84 (33.20% from 255 or 34.15% from 246); Blue value is 29 (11.72% from 255 or 11.79% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #85541D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85541D is #7AABE2. Grayscale: #5C5C5C. Windows color (decimal): -8039395 or 1922181. OLE color: 1922181.

HSL color Cylindrical-coordinate representation of color #85541D: hue angle of 31.73º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #85541D is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 84 29 -
CMYK 0 0.37 0.78 0.48
HSL 31.73º 0.64% 0.32% -
HSV(B) 31.73º 0.78% 0.52% -
XYZ 13.06 11.42 2.68 -
YUV 92.38 92.23 156.97 -
System Red Green Blue C M Y K H S L
Decimal 133 84 29 0 0.37 0.78 0.48 31.73 0.64 0.32
Hex 85 54 1D 0 25 4E 30 20 40 20
Octal 205 124 35 0 45 116 60 40 100 40
Binary 10000101 1010100 11101 0 100101 1001110 110000 100000 1000000 100000

Color Harmonies of #85541D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85541D

Black with #85541D

Text Example


Text Example

White with #85541D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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