#452516

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

Shades of Brown Pod #452516

Tints of Brown Pod #452516

Color information

#452516 (or 0x452516) is unknown color: approx Brown Pod. HEX triplet: 45, 25 and 16. RGB value is (69,37,22). Sum of RGB (Red+Green+Blue) = 69+37+22=128 (16% of max value = 765). Red value is 69 (27.34% from 255 or 53.91% from 128); Green value is 37 (14.84% from 255 or 28.91% from 128); Blue value is 22 (8.98% from 255 or 17.19% from 128); Max value from RGB is 69 - color contains mainly: red. Hex color #452516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452516 is #BADAE9. Grayscale: #2C2C2C. Windows color (decimal): -12245738 or 1451333. OLE color: 1451333.

HSL color Cylindrical-coordinate representation of color #452516: hue angle of 19.15º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #452516 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.73.

Color convert

RGB693722-
CMYK00.460.680.73
HSL19.15º51.65%17.84%-
HSV(B)19.15º68.12%27.06%-
XYZ3.262.651.1-
YUV44.86115.1145.22-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 53.91%
GREEN value IS 37 (14.84% from 255) = 28.91%
BLUE value IS 22 (8.98% from 255) = 17.19%
R=53.91%
G=28.91%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69372200.460.680.7319.1551.6517.84
Hex45251602E4449133412
Octal1054526056104111236422
Binary1000101100101101100101110100010010010011001111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452516; }

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

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

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

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

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

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

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

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