#331913

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

Shades of Seal Brown #331913

Tints of Seal Brown #331913

Color information

#331913 (or 0x331913) is unknown color: approx Seal Brown. HEX triplet: 33, 19 and 13. RGB value is (51,25,19). Sum of RGB (Red+Green+Blue) = 51+25+19=95 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.68% from 95); Green value is 25 (10.16% from 255 or 26.32% from 95); Blue value is 19 (7.81% from 255 or 20% from 95); Max value from RGB is 51 - color contains mainly: red. Hex color #331913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331913 is #CCE6EC. Grayscale: #202020. Windows color (decimal): -13428461 or 1251635. OLE color: 1251635.

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

Color convert

RGB512519-
CMYK00.510.630.8
HSL11.25º45.71%13.73%-
HSV(B)11.25º62.75%20%-
XYZ1.831.450.8-
YUV32.09120.61141.49-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 53.68%
GREEN value IS 25 (10.16% from 255) = 26.32%
BLUE value IS 19 (7.81% from 255) = 20%
R=53.68%
G=26.32%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.63
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51251900.510.630.811.2545.7113.73
Hex3319130333F50b2ee
Octal63312306377120135616
Binary11001111001100110110011111111101000010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331913; }

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

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

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

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

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

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

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

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