#451D10

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

Shades of Brown Pod #451D10

Tints of Brown Pod #451D10

Color information

#451D10 (or 0x451D10) is unknown color: approx Brown Pod. HEX triplet: 45, 1D and 10. RGB value is (69,29,16). Sum of RGB (Red+Green+Blue) = 69+29+16=114 (15% of max value = 765). Red value is 69 (27.34% from 255 or 60.53% from 114); Green value is 29 (11.72% from 255 or 25.44% from 114); Blue value is 16 (6.64% from 255 or 14.04% from 114); Max value from RGB is 69 - color contains mainly: red. Hex color #451D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451D10 is #BAE2EF. Grayscale: #272727. Windows color (decimal): -12247792 or 1056069. OLE color: 1056069.

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

Color convert

RGB692916-
CMYK00.580.770.73
HSL14.72º62.35%16.67%-
HSV(B)14.72º76.81%27.06%-
XYZ2.992.180.75-
YUV39.48114.75149.06-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 60.53%
GREEN value IS 29 (11.72% from 255) = 25.44%
BLUE value IS 16 (6.64% from 255) = 14.04%
R=60.53%
G=25.44%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.77
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69291600.580.770.7314.7262.3516.67
Hex451D1003A4D49f3e11
Octal1053520072115111177621
Binary10001011110110000011101010011011001001111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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