#451404

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

Shades of Brown Pod #451404

Tints of Brown Pod #451404

Color information

#451404 (or 0x451404) is unknown color: approx Brown Pod. HEX triplet: 45, 14 and 04. RGB value is (69,20,4). Sum of RGB (Red+Green+Blue) = 69+20+4=93 (12% of max value = 765). Red value is 69 (27.34% from 255 or 74.19% from 93); Green value is 20 (8.20% from 255 or 21.51% from 93); Blue value is 4 (1.95% from 255 or 4.30% from 93); Max value from RGB is 69 - color contains mainly: red. Hex color #451404 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451404 is #BAEBFB. Grayscale: #202020. Windows color (decimal): -12250108 or 267333. OLE color: 267333.

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

Color convert

RGB69204-
CMYK00.710.940.73
HSL14.77º89.04%14.31%-
HSV(B)14.77º94.2%27.06%-
XYZ2.731.770.31-
YUV32.83111.73153.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 74.19%
GREEN value IS 20 (8.20% from 255) = 21.51%
BLUE value IS 4 (1.95% from 255) = 4.30%
R=74.19%
G=21.51%
B=4.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6920400.710.940.7314.7789.0414.31
Hex451440475E49f59e
Octal10524401071361111713116
Binary1000101101001000100011110111101001001111110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451404; }

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

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

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

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

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

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

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

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