#331811

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

Shades of Seal Brown #331811

Tints of Seal Brown #331811

Color information

#331811 (or 0x331811) is unknown color: approx Seal Brown. HEX triplet: 33, 18 and 11. RGB value is (51,24,17). Sum of RGB (Red+Green+Blue) = 51+24+17=92 (12% of max value = 765). Red value is 51 (20.31% from 255 or 55.43% from 92); Green value is 24 (9.77% from 255 or 26.09% from 92); Blue value is 17 (7.03% from 255 or 18.48% from 92); Max value from RGB is 51 - color contains mainly: red. Hex color #331811 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331811 is #CCE7EE. Grayscale: #1F1F1F. Windows color (decimal): -13428719 or 1120307. OLE color: 1120307.

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

Color convert

RGB512417-
CMYK00.530.670.8
HSL12.35º50%13.33%-
HSV(B)12.35º66.67%20%-
XYZ1.791.40.71-
YUV31.27119.95142.07-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 55.43%
GREEN value IS 24 (9.77% from 255) = 26.09%
BLUE value IS 17 (7.03% from 255) = 18.48%
R=55.43%
G=26.09%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51241700.530.670.812.355013.33
Hex3318110354350c32d
Octal633021065103120146215
Binary110011110001000101101011000011101000011001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331811; }

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

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

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

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

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

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

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

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