#331514

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

Shades of Seal Brown #331514

Tints of Seal Brown #331514

Color information

#331514 (or 0x331514) is unknown color: approx Seal Brown. HEX triplet: 33, 15 and 14. RGB value is (51,21,20). Sum of RGB (Red+Green+Blue) = 51+21+20=92 (12% of max value = 765). Red value is 51 (20.31% from 255 or 55.43% from 92); Green value is 21 (8.59% from 255 or 22.83% from 92); Blue value is 20 (8.20% from 255 or 21.74% from 92); Max value from RGB is 51 - color contains mainly: red. Hex color #331514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331514 is #CCEAEB. Grayscale: #1D1D1D. Windows color (decimal): -13429484 or 1316147. OLE color: 1316147.

HSL color Cylindrical-coordinate representation of color #331514: hue angle of 1.94º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #331514 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.8.

Color convert

RGB512120-
CMYK00.590.610.8
HSL1.94º43.66%13.92%-
HSV(B)1.94º60.78%20%-
XYZ1.761.290.82-
YUV29.86122.44143.08-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 55.43%
GREEN value IS 21 (8.59% from 255) = 22.83%
BLUE value IS 20 (8.20% from 255) = 21.74%
R=55.43%
G=22.83%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.61
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51212000.590.610.81.9443.6613.92
Hex33151403B3D5022ce
Octal6325240737512025416
Binary110011101011010001110111111011010000101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331514; }

 p { color: rgb(51,21,20); }

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

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

 a { background-color: rgb(51,21,20); }

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

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

 span { border-color: rgb(51,21,20); }

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