#452009

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

Shades of Brown Pod #452009

Tints of Brown Pod #452009

Color information

#452009 (or 0x452009) is unknown color: approx Brown Pod. HEX triplet: 45, 20 and 09. RGB value is (69,32,9). Sum of RGB (Red+Green+Blue) = 69+32+9=110 (14% of max value = 765). Red value is 69 (27.34% from 255 or 62.73% from 110); Green value is 32 (12.89% from 255 or 29.09% from 110); Blue value is 9 (3.91% from 255 or 8.18% from 110); Max value from RGB is 69 - color contains mainly: red. Hex color #452009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452009 is #BADFF6. Grayscale: #282828. Windows color (decimal): -12247031 or 598085. OLE color: 598085.

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

Color convert

RGB69329-
CMYK00.540.870.73
HSL23º76.92%15.29%-
HSV(B)23º86.96%27.06%-
XYZ3.022.320.55-
YUV40.44110.26148.37-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 62.73%
GREEN value IS 32 (12.89% from 255) = 29.09%
BLUE value IS 9 (3.91% from 255) = 8.18%
R=62.73%
G=29.09%
B=8.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.87
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6932900.540.870.732376.9215.29
Hex452090365749174df
Octal10540110661271112711517
Binary100010110000010010110110101011110010011011110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452009; }

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

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

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

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

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

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

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

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