#451D06

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

Shades of Brown Pod #451D06

Tints of Brown Pod #451D06

Color information

#451D06 (or 0x451D06) is unknown color: approx Brown Pod. HEX triplet: 45, 1D and 06. RGB value is (69,29,6). Sum of RGB (Red+Green+Blue) = 69+29+6=104 (13% of max value = 765). Red value is 69 (27.34% from 255 or 66.35% from 104); Green value is 29 (11.72% from 255 or 27.88% from 104); Blue value is 6 (2.73% from 255 or 5.77% from 104); Max value from RGB is 69 - color contains mainly: red. Hex color #451D06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451D06 is #BAE2F9. Grayscale: #262626. Windows color (decimal): -12247802 or 400709. OLE color: 400709.

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

Color convert

RGB69296-
CMYK00.580.910.73
HSL21.9º84%14.71%-
HSV(B)21.9º91.3%27.06%-
XYZ2.932.160.43-
YUV38.34109.75149.87-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 66.35%
GREEN value IS 29 (11.72% from 255) = 27.88%
BLUE value IS 6 (2.73% from 255) = 5.77%
R=66.35%
G=27.88%
B=5.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.91
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6929600.580.910.7321.98414.71
Hex451D603A5B491654f
Octal1053560721331112612417
Binary1000101111011100111010101101110010011011010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,29,6); }

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

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

 a { background-color: rgb(69,29,6); }

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

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

 span { border-color: rgb(69,29,6); }

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