#452011

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

Shades of Brown Pod #452011

Tints of Brown Pod #452011

Color information

#452011 (or 0x452011) is unknown color: approx Brown Pod. HEX triplet: 45, 20 and 11. RGB value is (69,32,17). Sum of RGB (Red+Green+Blue) = 69+32+17=118 (15% of max value = 765). Red value is 69 (27.34% from 255 or 58.47% from 118); Green value is 32 (12.89% from 255 or 27.12% from 118); Blue value is 17 (7.03% from 255 or 14.41% from 118); Max value from RGB is 69 - color contains mainly: red. Hex color #452011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452011 is #BADFEE. Grayscale: #292929. Windows color (decimal): -12247023 or 1122373. OLE color: 1122373.

HSL color Cylindrical-coordinate representation of color #452011: hue angle of 17.31º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #452011 is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.73.

Color convert

RGB693217-
CMYK00.540.750.73
HSL17.31º60.47%16.86%-
HSV(B)17.31º75.36%27.06%-
XYZ3.072.340.82-
YUV41.35114.26147.72-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 58.47%
GREEN value IS 32 (12.89% from 255) = 27.12%
BLUE value IS 17 (7.03% from 255) = 14.41%
R=58.47%
G=27.12%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.75
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69321700.540.750.7317.3160.4716.86
Hex4520110364B49113c11
Octal1054021066113111217421
Binary1000101100000100010110110100101110010011000111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452011; }

 p { color: rgb(69,32,17); }

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

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

 a { background-color: rgb(69,32,17); }

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

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

 span { border-color: rgb(69,32,17); }

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