#451A14

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

Shades of Brown Pod #451A14

Tints of Brown Pod #451A14

Color information

#451A14 (or 0x451A14) is unknown color: approx Brown Pod. HEX triplet: 45, 1A and 14. RGB value is (69,26,20). Sum of RGB (Red+Green+Blue) = 69+26+20=115 (15% of max value = 765). Red value is 69 (27.34% from 255 or 60% from 115); Green value is 26 (10.55% from 255 or 22.61% from 115); Blue value is 20 (8.20% from 255 or 17.39% from 115); Max value from RGB is 69 - color contains mainly: red. Hex color #451A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451A14 is #BAE5EB. Grayscale: #262626. Windows color (decimal): -12248556 or 1317445. OLE color: 1317445.

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

Color convert

RGB692620-
CMYK00.620.710.73
HSL7.35º55.06%17.45%-
HSV(B)7.35º71.01%27.06%-
XYZ2.952.050.9-
YUV38.17117.75149.99-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 60%
GREEN value IS 26 (10.55% from 255) = 22.61%
BLUE value IS 20 (8.20% from 255) = 17.39%
R=60%
G=22.61%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69262000.620.710.737.3555.0617.45
Hex451A1403E474973711
Octal105322407610711176721
Binary1000101110101010001111101000111100100111111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,26,20); }

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

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

 a { background-color: rgb(69,26,20); }

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

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

 span { border-color: rgb(69,26,20); }

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