#451312

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

Shades of Seal Brown #451312

Tints of Seal Brown #451312

Color information

#451312 (or 0x451312) is unknown color: approx Seal Brown. HEX triplet: 45, 13 and 12. RGB value is (69,19,18). Sum of RGB (Red+Green+Blue) = 69+19+18=106 (14% of max value = 765). Red value is 69 (27.34% from 255 or 65.09% from 106); Green value is 19 (7.81% from 255 or 17.92% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 69 - color contains mainly: red. Hex color #451312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451312 is #BAECED. Grayscale: #212121. Windows color (decimal): -12250350 or 1184581. OLE color: 1184581.

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

Color convert

RGB691918-
CMYK00.720.740.73
HSL1.18º58.62%17.06%-
HSV(B)1.18º73.91%27.06%-
XYZ2.81.770.77-
YUV33.84119.06153.08-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 65.09%
GREEN value IS 19 (7.81% from 255) = 17.92%
BLUE value IS 18 (7.42% from 255) = 16.98%
R=65.09%
G=17.92%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69191800.720.740.731.1858.6217.06
Hex4513120484A4913b11
Octal1052322011011211117321
Binary100010110011100100100100010010101001001111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451312; }

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

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

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

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

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

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

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

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