#452511

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

Shades of Brown Pod #452511

Tints of Brown Pod #452511

Color information

#452511 (or 0x452511) is unknown color: approx Brown Pod. HEX triplet: 45, 25 and 11. RGB value is (69,37,17). Sum of RGB (Red+Green+Blue) = 69+37+17=123 (16% of max value = 765). Red value is 69 (27.34% from 255 or 56.10% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 17 (7.03% from 255 or 13.82% from 123); Max value from RGB is 69 - color contains mainly: red. Hex color #452511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452511 is #BADAEE. Grayscale: #2C2C2C. Windows color (decimal): -12245743 or 1123653. OLE color: 1123653.

HSL color Cylindrical-coordinate representation of color #452511: hue angle of 23.08º 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 #452511 is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.73.

Color convert

RGB693717-
CMYK00.460.750.73
HSL23.08º60.47%16.86%-
HSV(B)23.08º75.36%27.06%-
XYZ3.222.630.87-
YUV44.29112.6145.63-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 56.10%
GREEN value IS 37 (14.84% from 255) = 30.08%
BLUE value IS 17 (7.03% from 255) = 13.82%
R=56.10%
G=30.08%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.75
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69371700.460.750.7323.0860.4716.86
Hex45251102E4B49173c11
Octal1054521056113111277421
Binary1000101100101100010101110100101110010011011111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452511; }

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

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

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

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

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

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

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

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