#451E04

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

Shades of Brown Pod #451E04

Tints of Brown Pod #451E04

Color information

#451E04 (or 0x451E04) is unknown color: approx Brown Pod. HEX triplet: 45, 1E and 04. RGB value is (69,30,4). Sum of RGB (Red+Green+Blue) = 69+30+4=103 (13% of max value = 765). Red value is 69 (27.34% from 255 or 66.99% from 103); Green value is 30 (12.11% from 255 or 29.13% from 103); Blue value is 4 (1.95% from 255 or 3.88% from 103); Max value from RGB is 69 - color contains mainly: red. Hex color #451E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451E04 is #BAE1FB. Grayscale: #262626. Windows color (decimal): -12247548 or 269893. OLE color: 269893.

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

Color convert

RGB69304-
CMYK00.570.940.73
HSL24º89.04%14.31%-
HSV(B)24º94.2%27.06%-
XYZ2.942.20.39-
YUV38.7108.42149.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 66.99%
GREEN value IS 30 (12.11% from 255) = 29.13%
BLUE value IS 4 (1.95% from 255) = 3.88%
R=66.99%
G=29.13%
B=3.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6930400.570.940.732489.0414.31
Hex451E40395E491859e
Octal1053640711361113013116
Binary1000101111101000111001101111010010011100010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451E04; }

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

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

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

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

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

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

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

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