#452420

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

Shades of Brown Pod #452420

Tints of Brown Pod #452420

Color information

#452420 (or 0x452420) is unknown color: approx Brown Pod. HEX triplet: 45, 24 and 20. RGB value is (69,36,32). Sum of RGB (Red+Green+Blue) = 69+36+32=137 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50.36% from 137); Green value is 36 (14.45% from 255 or 26.28% from 137); Blue value is 32 (12.89% from 255 or 23.36% from 137); Max value from RGB is 69 - color contains mainly: red. Hex color #452420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452420 is #BADBDF. Grayscale: #2D2D2D. Windows color (decimal): -12245984 or 2106437. OLE color: 2106437.

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

Color convert

RGB693632-
CMYK00.480.540.73
HSL6.49º36.63%19.8%-
HSV(B)6.49º53.62%27.06%-
XYZ3.352.631.7-
YUV45.41120.43144.83-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 50.36%
GREEN value IS 36 (14.45% from 255) = 26.28%
BLUE value IS 32 (12.89% from 255) = 23.36%
R=50.36%
G=26.28%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69363200.480.540.736.4936.6319.8
Hex452420030364962514
Octal10544400606611164524
Binary10001011001001000000110000110110100100111010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452420; }

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

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

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

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

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

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

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

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