#451612

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

Shades of Seal Brown #451612

Tints of Seal Brown #451612

Color information

#451612 (or 0x451612) is unknown color: approx Seal Brown. HEX triplet: 45, 16 and 12. RGB value is (69,22,18). Sum of RGB (Red+Green+Blue) = 69+22+18=109 (14% of max value = 765). Red value is 69 (27.34% from 255 or 63.30% from 109); Green value is 22 (8.98% from 255 or 20.18% from 109); Blue value is 18 (7.42% from 255 or 16.51% from 109); Max value from RGB is 69 - color contains mainly: red. Hex color #451612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451612 is #BAE9ED. Grayscale: #232323. Windows color (decimal): -12249582 or 1185349. OLE color: 1185349.

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

Color convert

RGB692218-
CMYK00.680.740.73
HSL4.71º58.62%17.06%-
HSV(B)4.71º73.91%27.06%-
XYZ2.851.880.79-
YUV35.6118.07151.83-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 63.30%
GREEN value IS 22 (8.98% from 255) = 20.18%
BLUE value IS 18 (7.42% from 255) = 16.51%
R=63.30%
G=20.18%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69221800.680.740.734.7158.6217.06
Hex4516120444A4953b11
Octal1052622010411211157321
Binary10001011011010010010001001001010100100110111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451612; }

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

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

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

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

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

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

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

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