#452314

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

Shades of Brown Pod #452314

Tints of Brown Pod #452314

Color information

#452314 (or 0x452314) is unknown color: approx Brown Pod. HEX triplet: 45, 23 and 14. RGB value is (69,35,20). Sum of RGB (Red+Green+Blue) = 69+35+20=124 (16% of max value = 765). Red value is 69 (27.34% from 255 or 55.65% from 124); Green value is 35 (14.06% from 255 or 28.23% from 124); Blue value is 20 (8.20% from 255 or 16.13% from 124); Max value from RGB is 69 - color contains mainly: red. Hex color #452314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452314 is #BADCEB. Grayscale: #2B2B2B. Windows color (decimal): -12246252 or 1319749. OLE color: 1319749.

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

Color convert

RGB693520-
CMYK00.490.710.73
HSL18.37º55.06%17.45%-
HSV(B)18.37º71.01%27.06%-
XYZ3.182.520.98-
YUV43.46114.76146.22-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 55.65%
GREEN value IS 35 (14.06% from 255) = 28.23%
BLUE value IS 20 (8.20% from 255) = 16.13%
R=55.65%
G=28.23%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69352000.490.710.7318.3755.0617.45
Hex4523140314749123711
Octal1054324061107111226721
Binary1000101100011101000110001100011110010011001011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452314; }

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

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

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

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

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

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

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

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