#452514

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

Shades of Brown Pod #452514

Tints of Brown Pod #452514

Color information

#452514 (or 0x452514) is unknown color: approx Brown Pod. HEX triplet: 45, 25 and 14. RGB value is (69,37,20). Sum of RGB (Red+Green+Blue) = 69+37+20=126 (16% of max value = 765). Red value is 69 (27.34% from 255 or 54.76% from 126); Green value is 37 (14.84% from 255 or 29.37% from 126); Blue value is 20 (8.20% from 255 or 15.87% from 126); Max value from RGB is 69 - color contains mainly: red. Hex color #452514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452514 is #BADAEB. Grayscale: #2C2C2C. Windows color (decimal): -12245740 or 1320261. OLE color: 1320261.

HSL color Cylindrical-coordinate representation of color #452514: hue angle of 20.82º 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 #452514 is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB693720-
CMYK00.460.710.73
HSL20.82º55.06%17.45%-
HSV(B)20.82º71.01%27.06%-
XYZ3.242.641-
YUV44.63114.1145.38-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 54.76%
GREEN value IS 37 (14.84% from 255) = 29.37%
BLUE value IS 20 (8.20% from 255) = 15.87%
R=54.76%
G=29.37%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69372000.460.710.7320.8255.0617.45
Hex45251402E4749153711
Octal1054524056107111256721
Binary1000101100101101000101110100011110010011010111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452514; }

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

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

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

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

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

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

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

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