#845C21

Color #845C21 Hot Curry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Curry #845C21

Tints of Hot Curry #845C21

Color information

#845C21 (or 0x845C21) is unknown color: approx Hot Curry. HEX triplet: 84, 5C and 21. RGB value is (132,92,33). Sum of RGB (Red+Green+Blue) = 132+92+33=257 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.36% from 257); Green value is 92 (36.33% from 255 or 35.80% from 257); Blue value is 33 (13.28% from 255 or 12.84% from 257); Max value from RGB is 132 - color contains mainly: red. Hex color #845C21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845C21 is #7BA3DE. Grayscale: #616161. Windows color (decimal): -8102879 or 2186372. OLE color: 2186372.

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

Color convert

RGB1329233-
CMYK00.300.750.48
HSL35.76º60%32.35%-
HSV(B)35.76º75%51.76%-
XYZ13.6212.673.17-
YUV97.2391.75152.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.36%
GREEN value IS 92 (36.33% from 255) = 35.80%
BLUE value IS 33 (13.28% from 255) = 12.84%
R=51.36%
G=35.80%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.75
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132923300.300.750.4835.766032.35
Hex845C2101E4B30243c20
Octal2041344103611360447440
Binary1000010010111001000010111101001011110000100100111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #845C21;
 }
 .AnyTagClassName
 {
   color: #845C21;
 }
</style>
background-color css

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

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

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

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

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

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