#331312

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

Shades of Seal Brown #331312

Tints of Seal Brown #331312

Color information

#331312 (or 0x331312) is unknown color: approx Seal Brown. HEX triplet: 33, 13 and 12. RGB value is (51,19,18). Sum of RGB (Red+Green+Blue) = 51+19+18=88 (11% of max value = 765). Red value is 51 (20.31% from 255 or 57.95% from 88); Green value is 19 (7.81% from 255 or 21.59% from 88); Blue value is 18 (7.42% from 255 or 20.45% from 88); Max value from RGB is 51 - color contains mainly: red. Hex color #331312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331312 is #CCECED. Grayscale: #1C1C1C. Windows color (decimal): -13429998 or 1184563. OLE color: 1184563.

HSL color Cylindrical-coordinate representation of color #331312: hue angle of 1.82º 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 #331312 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.8.

Color convert

RGB511918-
CMYK00.630.650.8
HSL1.82º47.83%13.53%-
HSV(B)1.82º64.71%20%-
XYZ1.711.210.72-
YUV28.45122.1144.08-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 57.95%
GREEN value IS 19 (7.81% from 255) = 21.59%
BLUE value IS 18 (7.42% from 255) = 20.45%
R=57.95%
G=21.59%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.65
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51191800.630.650.81.8247.8313.53
Hex33131203F4150230e
Octal63232207710112026016
Binary1100111001110010011111110000011010000101100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331312; }

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

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

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

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

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

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

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

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