#451E05

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

Shades of Brown Pod #451E05

Tints of Brown Pod #451E05

Color information

#451E05 (or 0x451E05) is unknown color: approx Brown Pod. HEX triplet: 45, 1E and 05. RGB value is (69,30,5). Sum of RGB (Red+Green+Blue) = 69+30+5=104 (13% of max value = 765). Red value is 69 (27.34% from 255 or 66.35% from 104); Green value is 30 (12.11% from 255 or 28.85% from 104); Blue value is 5 (2.34% from 255 or 4.81% from 104); Max value from RGB is 69 - color contains mainly: red. Hex color #451E05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451E05 is #BAE1FA. Grayscale: #262626. Windows color (decimal): -12247547 or 335429. OLE color: 335429.

HSL color Cylindrical-coordinate representation of color #451E05: hue angle of 23.44º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #451E05 is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.73.

Color convert

RGB69305-
CMYK00.570.930.73
HSL23.44º86.49%14.51%-
HSV(B)23.44º92.75%27.06%-
XYZ2.952.20.41-
YUV38.81108.92149.53-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 66.35%
GREEN value IS 30 (12.11% from 255) = 28.85%
BLUE value IS 5 (2.34% from 255) = 4.81%
R=66.35%
G=28.85%
B=4.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6930500.570.930.7323.4486.4914.51
Hex451E50395D491756f
Octal1053650711351112712617
Binary1000101111101010111001101110110010011011110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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