#451211

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

Shades of Seal Brown #451211

Tints of Seal Brown #451211

Color information

#451211 (or 0x451211) is unknown color: approx Seal Brown. HEX triplet: 45, 12 and 11. RGB value is (69,18,17). Sum of RGB (Red+Green+Blue) = 69+18+17=104 (13% of max value = 765). Red value is 69 (27.34% from 255 or 66.35% from 104); Green value is 18 (7.42% from 255 or 17.31% from 104); Blue value is 17 (7.03% from 255 or 16.35% from 104); Max value from RGB is 69 - color contains mainly: red. Hex color #451211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451211 is #BAEDEE. Grayscale: #212121. Windows color (decimal): -12250607 or 1118789. OLE color: 1118789.

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

Color convert

RGB691817-
CMYK00.740.750.73
HSL1.15º60.47%16.86%-
HSV(B)1.15º75.36%27.06%-
XYZ2.771.740.72-
YUV33.14118.9153.58-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 66.35%
GREEN value IS 18 (7.42% from 255) = 17.31%
BLUE value IS 17 (7.03% from 255) = 16.35%
R=66.35%
G=17.31%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.75
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69181700.740.750.731.1560.4716.86
Hex45121104A4B4913c11
Octal1052221011211311117421
Binary100010110010100010100101010010111001001111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451211; }

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

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

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

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

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

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

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

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