#451604

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

Shades of Brown Pod #451604

Tints of Brown Pod #451604

Color information

#451604 (or 0x451604) is unknown color: approx Brown Pod. HEX triplet: 45, 16 and 04. RGB value is (69,22,4). Sum of RGB (Red+Green+Blue) = 69+22+4=95 (12% of max value = 765). Red value is 69 (27.34% from 255 or 72.63% from 95); Green value is 22 (8.98% from 255 or 23.16% from 95); Blue value is 4 (1.95% from 255 or 4.21% from 95); Max value from RGB is 69 - color contains mainly: red. Hex color #451604 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451604 is #BAE9FB. Grayscale: #222222. Windows color (decimal): -12249596 or 267845. OLE color: 267845.

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

Color convert

RGB69224-
CMYK00.680.940.73
HSL16.62º89.04%14.31%-
HSV(B)16.62º94.2%27.06%-
XYZ2.761.850.33-
YUV34111.07152.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 72.63%
GREEN value IS 22 (8.98% from 255) = 23.16%
BLUE value IS 4 (1.95% from 255) = 4.21%
R=72.63%
G=23.16%
B=4.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6922400.680.940.7316.6289.0414.31
Hex451640445E491159e
Octal10526401041361112113116
Binary10001011011010001000100101111010010011000110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451604; }

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

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

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

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

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

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

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

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