#451D13

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

Shades of Brown Pod #451D13

Tints of Brown Pod #451D13

Color information

#451D13 (or 0x451D13) is unknown color: approx Brown Pod. HEX triplet: 45, 1D and 13. RGB value is (69,29,19). Sum of RGB (Red+Green+Blue) = 69+29+19=117 (15% of max value = 765). Red value is 69 (27.34% from 255 or 58.97% from 117); Green value is 29 (11.72% from 255 or 24.79% from 117); Blue value is 19 (7.81% from 255 or 16.24% from 117); Max value from RGB is 69 - color contains mainly: red. Hex color #451D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451D13 is #BAE2EC. Grayscale: #272727. Windows color (decimal): -12247789 or 1252677. OLE color: 1252677.

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

Color convert

RGB692919-
CMYK00.580.720.73
HSL12º56.82%17.25%-
HSV(B)12º72.46%27.06%-
XYZ3.012.190.88-
YUV39.82116.25148.81-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 58.97%
GREEN value IS 29 (11.72% from 255) = 24.79%
BLUE value IS 19 (7.81% from 255) = 16.24%
R=58.97%
G=24.79%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69291900.580.720.731256.8217.25
Hex451D1303A4849c3911
Octal1053523072110111147121
Binary10001011110110011011101010010001001001110011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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