#451411

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

Shades of Seal Brown #451411

Tints of Seal Brown #451411

Color information

#451411 (or 0x451411) is unknown color: approx Seal Brown. HEX triplet: 45, 14 and 11. RGB value is (69,20,17). Sum of RGB (Red+Green+Blue) = 69+20+17=106 (14% of max value = 765). Red value is 69 (27.34% from 255 or 65.09% from 106); Green value is 20 (8.20% from 255 or 18.87% from 106); Blue value is 17 (7.03% from 255 or 16.04% from 106); Max value from RGB is 69 - color contains mainly: red. Hex color #451411 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451411 is #BAEBEE. Grayscale: #222222. Windows color (decimal): -12250095 or 1119301. OLE color: 1119301.

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

Color convert

RGB692017-
CMYK00.710.750.73
HSL3.46º60.47%16.86%-
HSV(B)3.46º75.36%27.06%-
XYZ2.811.810.73-
YUV34.31118.23152.74-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 65.09%
GREEN value IS 20 (8.20% from 255) = 18.87%
BLUE value IS 17 (7.03% from 255) = 16.04%
R=65.09%
G=18.87%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.75
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69201700.710.750.733.4660.4716.86
Hex4514110474B4933c11
Octal1052421010711311137421
Binary1000101101001000101000111100101110010011111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451411; }

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

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

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

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

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

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

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

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