#331413

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

Shades of Seal Brown #331413

Tints of Seal Brown #331413

Color information

#331413 (or 0x331413) is unknown color: approx Seal Brown. HEX triplet: 33, 14 and 13. RGB value is (51,20,19). Sum of RGB (Red+Green+Blue) = 51+20+19=90 (11% of max value = 765). Red value is 51 (20.31% from 255 or 56.67% from 90); Green value is 20 (8.20% from 255 or 22.22% from 90); Blue value is 19 (7.81% from 255 or 21.11% from 90); Max value from RGB is 51 - color contains mainly: red. Hex color #331413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331413 is #CCEBEC. Grayscale: #1D1D1D. Windows color (decimal): -13429741 or 1250355. OLE color: 1250355.

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

Color convert

RGB512019-
CMYK00.610.630.8
HSL1.88º45.71%13.73%-
HSV(B)1.88º62.75%20%-
XYZ1.731.250.77-
YUV29.15122.27143.58-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 56.67%
GREEN value IS 20 (8.20% from 255) = 22.22%
BLUE value IS 19 (7.81% from 255) = 21.11%
R=56.67%
G=22.22%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.63
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51201900.610.630.81.8845.7113.73
Hex33141303D3F5022ee
Octal6324230757712025616
Binary110011101001001101111011111111010000101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331413; }

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

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

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

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

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

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

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

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