#451613

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

Shades of Seal Brown #451613

Tints of Seal Brown #451613

Color information

#451613 (or 0x451613) is unknown color: approx Seal Brown. HEX triplet: 45, 16 and 13. RGB value is (69,22,19). Sum of RGB (Red+Green+Blue) = 69+22+19=110 (14% of max value = 765). Red value is 69 (27.34% from 255 or 62.73% from 110); Green value is 22 (8.98% from 255 or 20% from 110); Blue value is 19 (7.81% from 255 or 17.27% from 110); Max value from RGB is 69 - color contains mainly: red. Hex color #451613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451613 is #BAE9EC. Grayscale: #232323. Windows color (decimal): -12249581 or 1250885. OLE color: 1250885.

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

Color convert

RGB692219-
CMYK00.680.720.73
HSL3.6º56.82%17.25%-
HSV(B)3.6º72.46%27.06%-
XYZ2.861.890.83-
YUV35.71118.57151.74-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 62.73%
GREEN value IS 22 (8.98% from 255) = 20%
BLUE value IS 19 (7.81% from 255) = 17.27%
R=62.73%
G=20%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69221900.680.720.733.656.8217.25
Hex451613044484943911
Octal1052623010411011147121
Binary10001011011010011010001001001000100100110011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451613; }

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

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

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

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

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

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

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

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