#845F29

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

Shades of Hot Curry #845F29

Tints of Hot Curry #845F29

Color information

#845F29 (or 0x845F29) is unknown color: approx Hot Curry. HEX triplet: 84, 5F and 29. RGB value is (132,95,41). Sum of RGB (Red+Green+Blue) = 132+95+41=268 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.25% from 268); Green value is 95 (37.5% from 255 or 35.45% from 268); Blue value is 41 (16.41% from 255 or 15.30% from 268); Max value from RGB is 132 - color contains mainly: red. Hex color #845F29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845F29 is #7BA0D6. Grayscale: #646464. Windows color (decimal): -8102103 or 2711428. OLE color: 2711428.

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

Color convert

RGB1329541-
CMYK00.280.690.48
HSL35.6º52.6%33.92%-
HSV(B)35.6º68.94%51.76%-
XYZ14.0113.253.92-
YUV99.9194.76150.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.25%
GREEN value IS 95 (37.5% from 255) = 35.45%
BLUE value IS 41 (16.41% from 255) = 15.30%
R=49.25%
G=35.45%
B=15.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.69
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132954100.280.690.4835.652.633.92
Hex845F2901C4530243522
Octal2041375103410560446542
Binary1000010010111111010010111001000101110000100100110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,95,41); }

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

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

 a { background-color: rgb(132,95,41); }

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

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

 span { border-color: rgb(132,95,41); }

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