#451514

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

Shades of Seal Brown #451514

Tints of Seal Brown #451514

Color information

#451514 (or 0x451514) is unknown color: approx Seal Brown. HEX triplet: 45, 15 and 14. RGB value is (69,21,20). Sum of RGB (Red+Green+Blue) = 69+21+20=110 (14% of max value = 765). Red value is 69 (27.34% from 255 or 62.73% from 110); Green value is 21 (8.59% from 255 or 19.09% from 110); Blue value is 20 (8.20% from 255 or 18.18% from 110); Max value from RGB is 69 - color contains mainly: red. Hex color #451514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451514 is #BAEAEB. Grayscale: #232323. Windows color (decimal): -12249836 or 1316165. OLE color: 1316165.

HSL color Cylindrical-coordinate representation of color #451514: hue angle of 1.22º 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 #451514 is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB692120-
CMYK00.700.710.73
HSL1.22º55.06%17.45%-
HSV(B)1.22º71.01%27.06%-
XYZ2.851.850.87-
YUV35.24119.4152.08-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 62.73%
GREEN value IS 21 (8.59% from 255) = 19.09%
BLUE value IS 20 (8.20% from 255) = 18.18%
R=62.73%
G=19.09%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69212000.700.710.731.2255.0617.45
Hex451514046474913711
Octal1052524010610711116721
Binary100010110101101000100011010001111001001111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451514; }

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

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

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

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

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

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

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

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