#451F12

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

Shades of Brown Pod #451F12

Tints of Brown Pod #451F12

Color information

#451F12 (or 0x451F12) is unknown color: approx Brown Pod. HEX triplet: 45, 1F and 12. RGB value is (69,31,18). Sum of RGB (Red+Green+Blue) = 69+31+18=118 (15% of max value = 765). Red value is 69 (27.34% from 255 or 58.47% from 118); Green value is 31 (12.5% from 255 or 26.27% from 118); Blue value is 18 (7.42% from 255 or 15.25% from 118); Max value from RGB is 69 - color contains mainly: red. Hex color #451F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451F12 is #BAE0ED. Grayscale: #282828. Windows color (decimal): -12247278 or 1187653. OLE color: 1187653.

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

Color convert

RGB693118-
CMYK00.550.740.73
HSL15.29º58.62%17.06%-
HSV(B)15.29º73.91%27.06%-
XYZ3.052.290.85-
YUV40.88115.09148.06-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 58.47%
GREEN value IS 31 (12.5% from 255) = 26.27%
BLUE value IS 18 (7.42% from 255) = 15.25%
R=58.47%
G=26.27%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69311800.550.740.7315.2958.6217.06
Hex451F120374A49f3b11
Octal1053722067112111177321
Binary10001011111110010011011110010101001001111111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,31,18); }

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

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

 a { background-color: rgb(69,31,18); }

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

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

 span { border-color: rgb(69,31,18); }

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