#331813

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

Shades of Seal Brown #331813

Tints of Seal Brown #331813

Color information

#331813 (or 0x331813) is unknown color: approx Seal Brown. HEX triplet: 33, 18 and 13. RGB value is (51,24,19). Sum of RGB (Red+Green+Blue) = 51+24+19=94 (12% of max value = 765). Red value is 51 (20.31% from 255 or 54.26% from 94); Green value is 24 (9.77% from 255 or 25.53% from 94); Blue value is 19 (7.81% from 255 or 20.21% from 94); Max value from RGB is 51 - color contains mainly: red. Hex color #331813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331813 is #CCE7EC. Grayscale: #1F1F1F. Windows color (decimal): -13428717 or 1251379. OLE color: 1251379.

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

Color convert

RGB512419-
CMYK00.530.630.8
HSL9.38º45.71%13.73%-
HSV(B)9.38º62.75%20%-
XYZ1.811.40.79-
YUV31.5120.95141.91-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 54.26%
GREEN value IS 24 (9.77% from 255) = 25.53%
BLUE value IS 19 (7.81% from 255) = 20.21%
R=54.26%
G=25.53%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.63
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51241900.530.630.89.3845.7113.73
Hex3318130353F5092ee
Octal63302306577120115616
Binary11001111000100110110101111111101000010011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331813; }

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

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

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

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

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

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

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

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