Html Css Color HEX #845D24 Hot Curry

📋 copy color: '#845D24'

red 132 ◦ green 93 ◦ blue 36

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

Shades of Hot Curry #845D24

Tints of Hot Curry #845D24

RGB

 RED value IS 132 (51.95% from 255) = 50.57%

 GREEN value IS 93 (36.72% from 255) = 35.63%

 BLUE value IS 36 (14.45% from 255) = 13.79%

R = 50.57%
G = 35.63%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#845D24 (or 0x845D24) is known color: Hot Curry. HEX triplet: 84, 5D and 24. RGB value is (132,93,36). Sum of RGB (Red+Green+Blue) = 132+93+36=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 36 (14.45% from 255 or 13.79% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #845D24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845D24 is #7BA2DB. Grayscale: #626262. Windows color (decimal): -8102620 or 2383236. OLE color: 2383236.

HSL color Cylindrical-coordinate representation of color #845D24: hue angle of 35.62º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #845D24 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 93 36 -
CMYK 0 0.30 0.73 0.48
HSL 35.63º 0.57% 0.33% -
HSV(B) 35.63º 0.73% 0.52% -
XYZ 13.75 12.86 3.43 -
YUV 98.16 92.92 152.13 -
System Red Green Blue C M Y K H S L
Decimal 132 93 36 0 0.30 0.73 0.48 35.63 0.57 0.33
Hex 84 5D 24 0 1E 49 30 24 39 21
Octal 204 135 44 0 36 111 60 44 71 41
Binary 10000100 1011101 100100 0 11110 1001001 110000 100100 111001 100001

Color Harmonies of #845D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845D24

Black with #845D24

Text Example


Text Example

White with #845D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845D24; }

 p { color: rgb(132,93,36); }

 H1.HeaderClassName
 {
   color: #845D24;
 }
 .AnyTagClassName
 {
   color: #845D24;
 }
</style>

background-color css

<style>
 a { background-color: #845D24; }

 a { background-color: rgb(132,93,36); }

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

border-color css

<style>
 span { border-color: #845D24; }

 span { border-color: rgb(132,93,36); }

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