#451413

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

Shades of Seal Brown #451413

Tints of Seal Brown #451413

Color information

#451413 (or 0x451413) is unknown color: approx Seal Brown. HEX triplet: 45, 14 and 13. RGB value is (69,20,19). Sum of RGB (Red+Green+Blue) = 69+20+19=108 (14% of max value = 765). Red value is 69 (27.34% from 255 or 63.89% from 108); Green value is 20 (8.20% from 255 or 18.52% from 108); Blue value is 19 (7.81% from 255 or 17.59% from 108); Max value from RGB is 69 - color contains mainly: red. Hex color #451413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451413 is #BAEBEC. Grayscale: #222222. Windows color (decimal): -12250093 or 1250373. OLE color: 1250373.

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

Color convert

RGB692019-
CMYK00.710.720.73
HSL1.2º56.82%17.25%-
HSV(B)1.2º72.46%27.06%-
XYZ2.821.810.82-
YUV34.54119.23152.58-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 63.89%
GREEN value IS 20 (8.20% from 255) = 18.52%
BLUE value IS 19 (7.81% from 255) = 17.59%
R=63.89%
G=18.52%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69201900.710.720.731.256.8217.25
Hex451413047484913911
Octal1052423010711011117121
Binary100010110100100110100011110010001001001111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451413; }

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

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

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

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

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

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

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

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