Html Css Color HEX #845E21 Hot Curry

📋 copy color: '#845E21'

red 132 ◦ green 94 ◦ blue 33

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

Shades of Hot Curry #845E21

Tints of Hot Curry #845E21

RGB

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

 GREEN value IS 94 (37.11% from 255) = 36.29%

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

R = 50.97%
G = 36.29%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#845E21 (or 0x845E21) is known color: Hot Curry. HEX triplet: 84, 5E and 21. RGB value is (132,94,33). Sum of RGB (Red+Green+Blue) = 132+94+33=259 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.97% from 259); Green value is 94 (37.11% from 255 or 36.29% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 132 - color contains mainly: red. Hex color #845E21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845E21 is #7BA1DE. Grayscale: #626262. Windows color (decimal): -8102367 or 2186884. OLE color: 2186884.

HSL color Cylindrical-coordinate representation of color #845E21: hue angle of 36.97º 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 #845E21 is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 94 33 -
CMYK 0 0.29 0.75 0.48
HSL 36.97º 0.6% 0.32% -
HSV(B) 36.97º 0.75% 0.52% -
XYZ 13.79 13.02 3.23 -
YUV 98.41 91.09 151.96 -
System Red Green Blue C M Y K H S L
Decimal 132 94 33 0 0.29 0.75 0.48 36.97 0.6 0.32
Hex 84 5E 21 0 1D 4B 30 25 3C 20
Octal 204 136 41 0 35 113 60 45 74 40
Binary 10000100 1011110 100001 0 11101 1001011 110000 100101 111100 100000

Color Harmonies of #845E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845E21

Black with #845E21

Text Example


Text Example

White with #845E21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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