#452010

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

Shades of Brown Pod #452010

Tints of Brown Pod #452010

Color information

#452010 (or 0x452010) is unknown color: approx Brown Pod. HEX triplet: 45, 20 and 10. RGB value is (69,32,16). Sum of RGB (Red+Green+Blue) = 69+32+16=117 (15% of max value = 765). Red value is 69 (27.34% from 255 or 58.97% from 117); Green value is 32 (12.89% from 255 or 27.35% from 117); Blue value is 16 (6.64% from 255 or 13.68% from 117); Max value from RGB is 69 - color contains mainly: red. Hex color #452010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452010 is #BADFEF. Grayscale: #292929. Windows color (decimal): -12247024 or 1056837. OLE color: 1056837.

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

Color convert

RGB693216-
CMYK00.540.770.73
HSL18.11º62.35%16.67%-
HSV(B)18.11º76.81%27.06%-
XYZ3.062.340.78-
YUV41.24113.76147.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 58.97%
GREEN value IS 32 (12.89% from 255) = 27.35%
BLUE value IS 16 (6.64% from 255) = 13.68%
R=58.97%
G=27.35%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.77
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69321600.540.770.7318.1162.3516.67
Hex4520100364D49123e11
Octal1054020066115111227621
Binary1000101100000100000110110100110110010011001011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452010; }

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

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

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

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

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

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

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

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