#331611

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

Shades of Seal Brown #331611

Tints of Seal Brown #331611

Color information

#331611 (or 0x331611) is unknown color: approx Seal Brown. HEX triplet: 33, 16 and 11. RGB value is (51,22,17). Sum of RGB (Red+Green+Blue) = 51+22+17=90 (11% of max value = 765). Red value is 51 (20.31% from 255 or 56.67% from 90); Green value is 22 (8.98% from 255 or 24.44% from 90); Blue value is 17 (7.03% from 255 or 18.89% from 90); Max value from RGB is 51 - color contains mainly: red. Hex color #331611 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331611 is #CCE9EE. Grayscale: #1E1E1E. Windows color (decimal): -13429231 or 1119795. OLE color: 1119795.

HSL color Cylindrical-coordinate representation of color #331611: hue angle of 8.82º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #331611 is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.8.

Color convert

RGB512217-
CMYK00.570.670.8
HSL8.82º50%13.33%-
HSV(B)8.82º66.67%20%-
XYZ1.751.320.69-
YUV30.1120.61142.91-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 56.67%
GREEN value IS 22 (8.98% from 255) = 24.44%
BLUE value IS 17 (7.03% from 255) = 18.89%
R=56.67%
G=24.44%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.67
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51221700.570.670.88.825013.33
Hex3316110394350932d
Octal632621071103120116215
Binary110011101101000101110011000011101000010011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331611; }

 p { color: rgb(51,22,17); }

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

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

 a { background-color: rgb(51,22,17); }

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

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

 span { border-color: rgb(51,22,17); }

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