#844245

Color #844245 Stiletto (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stiletto #844245

Tints of Stiletto #844245

Color information

#844245 (or 0x844245) is unknown color: approx Stiletto. HEX triplet: 84, 42 and 45. RGB value is (132,66,69). Sum of RGB (Red+Green+Blue) = 132+66+69=267 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.44% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 69 (27.34% from 255 or 25.84% from 267); Max value from RGB is 132 - color contains mainly: red. Hex color #844245 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844245 is #7BBDBA. Grayscale: #565656. Windows color (decimal): -8109499 or 4539012. OLE color: 4539012.

HSL color Cylindrical-coordinate representation of color #844245: hue angle of 357.27º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #844245 is Cyan = 0, Magento = 0.5, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB1326669-
CMYK00.50.480.48
HSL357.27º33.33%38.82%-
HSV(B)357.27º50%51.76%-
XYZ12.549.236.75-
YUV86.08118.37160.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.44%
GREEN value IS 66 (26.17% from 255) = 24.72%
BLUE value IS 69 (27.34% from 255) = 25.84%
R=49.44%
G=24.72%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132666900.50.480.48357.2733.3338.82
Hex84424503230301652127
Octal20410210506260605454147
Binary10000100100001010001010110010110000110000101100101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844245; }

 p { color: rgb(132,66,69); }

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

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

 a { background-color: rgb(132,66,69); }

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

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

 span { border-color: rgb(132,66,69); }

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