Html Css Color HEX #85541C Hot Curry

📋 copy color: '#85541C'

red 133 ◦ green 84 ◦ blue 28

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

Shades of Hot Curry #85541C

Tints of Hot Curry #85541C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.43%

R = 54.29%
G = 34.29%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#85541C (or 0x85541C) is known color: Hot Curry. HEX triplet: 85, 54 and 1C. RGB value is (133,84,28). Sum of RGB (Red+Green+Blue) = 133+84+28=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 28 (11.33% from 255 or 11.43% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #85541C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85541C is #7AABE3. Grayscale: #5C5C5C. Windows color (decimal): -8039396 or 1856645. OLE color: 1856645.

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

Color convert

RGB 133 84 28 -
CMYK 0 0.37 0.79 0.48
HSL 32º 0.65% 0.32% -
HSV(B) 32º 0.79% 0.52% -
XYZ 13.05 11.41 2.61 -
YUV 92.27 91.73 157.05 -
System Red Green Blue C M Y K H S L
Decimal 133 84 28 0 0.37 0.79 0.48 32 0.65 0.32
Hex 85 54 1C 0 25 4F 30 20 41 20
Octal 205 124 34 0 45 117 60 40 101 40
Binary 10000101 1010100 11100 0 100101 1001111 110000 100000 1000001 100000

Color Harmonies of #85541C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85541C

Black with #85541C

Text Example


Text Example

White with #85541C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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