#452006

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

Shades of Brown Pod #452006

Tints of Brown Pod #452006

Color information

#452006 (or 0x452006) is unknown color: approx Brown Pod. HEX triplet: 45, 20 and 06. RGB value is (69,32,6). Sum of RGB (Red+Green+Blue) = 69+32+6=107 (14% of max value = 765). Red value is 69 (27.34% from 255 or 64.49% from 107); Green value is 32 (12.89% from 255 or 29.91% from 107); Blue value is 6 (2.73% from 255 or 5.61% from 107); Max value from RGB is 69 - color contains mainly: red. Hex color #452006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452006 is #BADFF9. Grayscale: #282828. Windows color (decimal): -12247034 or 401477. OLE color: 401477.

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

Color convert

RGB69326-
CMYK00.540.910.73
HSL24.76º84%14.71%-
HSV(B)24.76º91.3%27.06%-
XYZ32.310.46-
YUV40.1108.76148.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 64.49%
GREEN value IS 32 (12.89% from 255) = 29.91%
BLUE value IS 6 (2.73% from 255) = 5.61%
R=64.49%
G=29.91%
B=5.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.91
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6932600.540.910.7324.768414.71
Hex452060365B491954f
Octal1054060661331113112417
Binary10001011000001100110110101101110010011100110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452006; }

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

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

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

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

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

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

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

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