#451D0B

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

Shades of Brown Pod #451D0B

Tints of Brown Pod #451D0B

Color information

#451D0B (or 0x451D0B) is unknown color: approx Brown Pod. HEX triplet: 45, 1D and 0B. RGB value is (69,29,11). Sum of RGB (Red+Green+Blue) = 69+29+11=109 (14% of max value = 765). Red value is 69 (27.34% from 255 or 63.30% from 109); Green value is 29 (11.72% from 255 or 26.61% from 109); Blue value is 11 (4.69% from 255 or 10.09% from 109); Max value from RGB is 69 - color contains mainly: red. Hex color #451D0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451D0B is #BAE2F4. Grayscale: #272727. Windows color (decimal): -12247797 or 728389. OLE color: 728389.

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

Color convert

RGB692911-
CMYK00.580.840.73
HSL18.62º72.5%15.69%-
HSV(B)18.62º84.06%27.06%-
XYZ2.952.170.58-
YUV38.91112.25149.46-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 63.30%
GREEN value IS 29 (11.72% from 255) = 26.61%
BLUE value IS 11 (4.69% from 255) = 10.09%
R=63.30%
G=26.61%
B=10.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69291100.580.840.7318.6272.515.69
Hex451DB03A5449134810
Octal10535130721241112311020
Binary100010111101101101110101010100100100110011100100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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