#452214

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

Shades of Brown Pod #452214

Tints of Brown Pod #452214

Color information

#452214 (or 0x452214) is unknown color: approx Brown Pod. HEX triplet: 45, 22 and 14. RGB value is (69,34,20). Sum of RGB (Red+Green+Blue) = 69+34+20=123 (16% of max value = 765). Red value is 69 (27.34% from 255 or 56.10% from 123); Green value is 34 (13.67% from 255 or 27.64% from 123); Blue value is 20 (8.20% from 255 or 16.26% from 123); Max value from RGB is 69 - color contains mainly: red. Hex color #452214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452214 is #BADDEB. Grayscale: #2A2A2A. Windows color (decimal): -12246508 or 1319493. OLE color: 1319493.

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

Color convert

RGB693420-
CMYK00.510.710.73
HSL17.14º55.06%17.45%-
HSV(B)17.14º71.01%27.06%-
XYZ3.152.460.97-
YUV42.87115.1146.64-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 56.10%
GREEN value IS 34 (13.67% from 255) = 27.64%
BLUE value IS 20 (8.20% from 255) = 16.26%
R=56.10%
G=27.64%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69342000.510.710.7317.1455.0617.45
Hex4522140334749113711
Octal1054224063107111216721
Binary1000101100010101000110011100011110010011000111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452214; }

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

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

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

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

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

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

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

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