#451904

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

Shades of Brown Pod #451904

Tints of Brown Pod #451904

Color information

#451904 (or 0x451904) is unknown color: approx Brown Pod. HEX triplet: 45, 19 and 04. RGB value is (69,25,4). Sum of RGB (Red+Green+Blue) = 69+25+4=98 (12% of max value = 765). Red value is 69 (27.34% from 255 or 70.41% from 98); Green value is 25 (10.16% from 255 or 25.51% from 98); Blue value is 4 (1.95% from 255 or 4.08% from 98); Max value from RGB is 69 - color contains mainly: red. Hex color #451904 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451904 is #BAE6FB. Grayscale: #232323. Windows color (decimal): -12248828 or 268613. OLE color: 268613.

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

Color convert

RGB69254-
CMYK00.640.940.73
HSL19.38º89.04%14.31%-
HSV(B)19.38º94.2%27.06%-
XYZ2.821.970.35-
YUV35.76110.08151.71-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 70.41%
GREEN value IS 25 (10.16% from 255) = 25.51%
BLUE value IS 4 (1.95% from 255) = 4.08%
R=70.41%
G=25.51%
B=4.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6925400.640.940.7319.3889.0414.31
Hex451940405E491359e
Octal10531401001361112313116
Binary10001011100110001000000101111010010011001110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451904; }

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

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

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

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

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

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

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

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