Html Css Color HEX #845221 Hot Curry

📋 copy color: '#845221'

red 132 ◦ green 82 ◦ blue 33

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

Shades of Hot Curry #845221

Tints of Hot Curry #845221

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.2%

 BLUE value IS 33 (13.28% from 255) = 13.36%

R = 53.44%
G = 33.2%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#845221 (or 0x845221) is known color: Hot Curry. HEX triplet: 84, 52 and 21. RGB value is (132,82,33). Sum of RGB (Red+Green+Blue) = 132+82+33=247 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.44% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 33 (13.28% from 255 or 13.36% from 247); Max value from RGB is 132 - color contains mainly: red. Hex color #845221 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845221 is #7BADDE. Grayscale: #5B5B5B. Windows color (decimal): -8105439 or 2183812. OLE color: 2183812.

HSL color Cylindrical-coordinate representation of color #845221: hue angle of 29.7º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #845221 is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 82 33 -
CMYK 0 0.38 0.75 0.48
HSL 29.7º 0.6% 0.32% -
HSV(B) 29.7º 0.75% 0.52% -
XYZ 12.81 11.05 2.9 -
YUV 91.36 95.07 156.98 -
System Red Green Blue C M Y K H S L
Decimal 132 82 33 0 0.38 0.75 0.48 29.7 0.6 0.32
Hex 84 52 21 0 26 4B 30 1E 3C 20
Octal 204 122 41 0 46 113 60 36 74 40
Binary 10000100 1010010 100001 0 100110 1001011 110000 11110 111100 100000

Color Harmonies of #845221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845221

Black with #845221

Text Example


Text Example

White with #845221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845221; }

 p { color: rgb(132,82,33); }

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

background-color css

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

 a { background-color: rgb(132,82,33); }

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

border-color css

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

 span { border-color: rgb(132,82,33); }

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