#845D2B

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

Shades of Hot Curry #845D2B

Tints of Hot Curry #845D2B

Color information

#845D2B (or 0x845D2B) is unknown color: approx Hot Curry. HEX triplet: 84, 5D and 2B. RGB value is (132,93,43). Sum of RGB (Red+Green+Blue) = 132+93+43=268 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.25% from 268); Green value is 93 (36.72% from 255 or 34.70% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 132 - color contains mainly: red. Hex color #845D2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845D2B is #7BA2D4. Grayscale: #636363. Windows color (decimal): -8102613 or 2841988. OLE color: 2841988.

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

Color convert

RGB1329343-
CMYK00.300.670.48
HSL33.71º50.86%34.31%-
HSV(B)33.71º67.42%51.76%-
XYZ13.8712.914.05-
YUV98.9696.42151.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.25%
GREEN value IS 93 (36.72% from 255) = 34.70%
BLUE value IS 43 (17.19% from 255) = 16.04%
R=49.25%
G=34.70%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132934300.300.670.4833.7150.8634.31
Hex845D2B01E4330223322
Octal2041355303610360426342
Binary1000010010111011010110111101000011110000100010110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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