#331414

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

Shades of Seal Brown #331414

Tints of Seal Brown #331414

Color information

#331414 (or 0x331414) is unknown color: approx Seal Brown. HEX triplet: 33, 14 and 14. RGB value is (51,20,20). Sum of RGB (Red+Green+Blue) = 51+20+20=91 (12% of max value = 765). Red value is 51 (20.31% from 255 or 56.04% from 91); Green value is 20 (8.20% from 255 or 21.98% from 91); Blue value is 20 (8.20% from 255 or 21.98% from 91); Max value from RGB is 51 - color contains mainly: red. Hex color #331414 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331414 is #CCEBEB. Grayscale: #1D1D1D. Windows color (decimal): -13429740 or 1315891. OLE color: 1315891.

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

Color convert

RGB512020-
CMYK00.610.610.8
HSL43.66%13.92%-
HSV(B)60.78%20%-
XYZ1.741.250.81-
YUV29.27122.77143.5-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 56.04%
GREEN value IS 20 (8.20% from 255) = 21.98%
BLUE value IS 20 (8.20% from 255) = 21.98%
R=56.04%
G=21.98%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.61
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51202000.610.610.8043.6613.92
Hex33141403D3D5002ce
Octal6324240757512005416
Binary11001110100101000111101111101101000001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331414; }

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

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

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

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

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

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

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

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