#452016

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

Shades of Brown Pod #452016

Tints of Brown Pod #452016

Color information

#452016 (or 0x452016) is unknown color: approx Brown Pod. HEX triplet: 45, 20 and 16. RGB value is (69,32,22). Sum of RGB (Red+Green+Blue) = 69+32+22=123 (16% of max value = 765). Red value is 69 (27.34% from 255 or 56.10% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 22 (8.98% from 255 or 17.89% from 123); Max value from RGB is 69 - color contains mainly: red. Hex color #452016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452016 is #BADFE9. Grayscale: #2A2A2A. Windows color (decimal): -12247018 or 1450053. OLE color: 1450053.

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

Color convert

RGB693222-
CMYK00.540.680.73
HSL12.77º51.65%17.84%-
HSV(B)12.77º68.12%27.06%-
XYZ3.122.361.05-
YUV41.92116.76147.31-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 56.10%
GREEN value IS 32 (12.89% from 255) = 26.02%
BLUE value IS 22 (8.98% from 255) = 17.89%
R=56.10%
G=26.02%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69322200.540.680.7312.7751.6517.84
Hex4520160364449d3412
Octal1054026066104111156422
Binary100010110000010110011011010001001001001110111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452016; }

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

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

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

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

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

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

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

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