Html Css Color HEX #845424 Hot Curry

📋 copy color: '#845424'

red 132 ◦ green 84 ◦ blue 36

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

Shades of Hot Curry #845424

Tints of Hot Curry #845424

RGB

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

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

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

R = 52.38%
G = 33.33%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#845424 (or 0x845424) is known color: Hot Curry. HEX triplet: 84, 54 and 24. RGB value is (132,84,36). Sum of RGB (Red+Green+Blue) = 132+84+36=252 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.38% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 36 (14.45% from 255 or 14.29% from 252); Max value from RGB is 132 - color contains mainly: red. Hex color #845424 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845424 is #7BABDB. Grayscale: #5D5D5D. Windows color (decimal): -8104924 or 2380932. OLE color: 2380932.

HSL color Cylindrical-coordinate representation of color #845424: hue angle of 30º 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 #845424 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 84 36 -
CMYK 0 0.36 0.73 0.48
HSL 30º 0.57% 0.33% -
HSV(B) 30º 0.73% 0.52% -
XYZ 13 11.37 3.18 -
YUV 92.88 95.9 155.9 -
System Red Green Blue C M Y K H S L
Decimal 132 84 36 0 0.36 0.73 0.48 30 0.57 0.33
Hex 84 54 24 0 24 49 30 1E 39 21
Octal 204 124 44 0 44 111 60 36 71 41
Binary 10000100 1010100 100100 0 100100 1001001 110000 11110 111001 100001

Color Harmonies of #845424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845424

Black with #845424

Text Example


Text Example

White with #845424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845424; }

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

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

background-color css

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

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

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

border-color css

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

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

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