#331412

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

Shades of Seal Brown #331412

Tints of Seal Brown #331412

Color information

#331412 (or 0x331412) is unknown color: approx Seal Brown. HEX triplet: 33, 14 and 12. RGB value is (51,20,18). Sum of RGB (Red+Green+Blue) = 51+20+18=89 (11% of max value = 765). Red value is 51 (20.31% from 255 or 57.30% from 89); Green value is 20 (8.20% from 255 or 22.47% from 89); Blue value is 18 (7.42% from 255 or 20.22% from 89); Max value from RGB is 51 - color contains mainly: red. Hex color #331412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331412 is #CCEBED. Grayscale: #1D1D1D. Windows color (decimal): -13429742 or 1184819. OLE color: 1184819.

HSL color Cylindrical-coordinate representation of color #331412: hue angle of 3.64º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #331412 is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.8.

Color convert

RGB512018-
CMYK00.610.650.8
HSL3.64º47.83%13.53%-
HSV(B)3.64º64.71%20%-
XYZ1.721.250.72-
YUV29.04121.77143.66-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 57.30%
GREEN value IS 20 (8.20% from 255) = 22.47%
BLUE value IS 18 (7.42% from 255) = 20.22%
R=57.30%
G=22.47%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.65
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51201800.610.650.83.6447.8313.53
Hex33141203D4150430e
Octal63242207510112046016
Binary11001110100100100111101100000110100001001100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331412; }

 p { color: rgb(51,20,18); }

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

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

 a { background-color: rgb(51,20,18); }

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

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

 span { border-color: rgb(51,20,18); }

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