#452014

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

Shades of Brown Pod #452014

Tints of Brown Pod #452014

Color information

#452014 (or 0x452014) is unknown color: approx Brown Pod. HEX triplet: 45, 20 and 14. RGB value is (69,32,20). Sum of RGB (Red+Green+Blue) = 69+32+20=121 (16% of max value = 765). Red value is 69 (27.34% from 255 or 57.02% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 20 (8.20% from 255 or 16.53% from 121); Max value from RGB is 69 - color contains mainly: red. Hex color #452014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452014 is #BADFEB. Grayscale: #292929. Windows color (decimal): -12247020 or 1318981. OLE color: 1318981.

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

Color convert

RGB693220-
CMYK00.540.710.73
HSL14.69º55.06%17.45%-
HSV(B)14.69º71.01%27.06%-
XYZ3.12.350.95-
YUV41.7115.76147.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 57.02%
GREEN value IS 32 (12.89% from 255) = 26.45%
BLUE value IS 20 (8.20% from 255) = 16.53%
R=57.02%
G=26.45%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69322000.540.710.7314.6955.0617.45
Hex4520140364749f3711
Octal1054024066107111176721
Binary100010110000010100011011010001111001001111111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452014; }

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

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

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

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

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

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

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

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