#331812

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

Shades of Seal Brown #331812

Tints of Seal Brown #331812

Color information

#331812 (or 0x331812) is unknown color: approx Seal Brown. HEX triplet: 33, 18 and 12. RGB value is (51,24,18). Sum of RGB (Red+Green+Blue) = 51+24+18=93 (12% of max value = 765). Red value is 51 (20.31% from 255 or 54.84% from 93); Green value is 24 (9.77% from 255 or 25.81% from 93); Blue value is 18 (7.42% from 255 or 19.35% from 93); Max value from RGB is 51 - color contains mainly: red. Hex color #331812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331812 is #CCE7ED. Grayscale: #1F1F1F. Windows color (decimal): -13428718 or 1185843. OLE color: 1185843.

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

Color convert

RGB512418-
CMYK00.530.650.8
HSL10.91º47.83%13.53%-
HSV(B)10.91º64.71%20%-
XYZ1.81.40.75-
YUV31.39120.45141.99-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 54.84%
GREEN value IS 24 (9.77% from 255) = 25.81%
BLUE value IS 18 (7.42% from 255) = 19.35%
R=54.84%
G=25.81%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.65
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51241800.530.650.810.9147.8313.53
Hex3318120354150b30e
Octal633022065101120136016
Binary110011110001001001101011000001101000010111100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331812; }

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

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

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

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

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

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

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

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