#331714

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

Shades of Seal Brown #331714

Tints of Seal Brown #331714

Color information

#331714 (or 0x331714) is unknown color: approx Seal Brown. HEX triplet: 33, 17 and 14. RGB value is (51,23,20). Sum of RGB (Red+Green+Blue) = 51+23+20=94 (12% of max value = 765). Red value is 51 (20.31% from 255 or 54.26% from 94); Green value is 23 (9.38% from 255 or 24.47% from 94); Blue value is 20 (8.20% from 255 or 21.28% from 94); Max value from RGB is 51 - color contains mainly: red. Hex color #331714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331714 is #CCE8EB. Grayscale: #1F1F1F. Windows color (decimal): -13428972 or 1316659. OLE color: 1316659.

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

Color convert

RGB512320-
CMYK00.550.610.8
HSL5.81º43.66%13.92%-
HSV(B)5.81º60.78%20%-
XYZ1.81.370.83-
YUV31.03121.78142.24-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 54.26%
GREEN value IS 23 (9.38% from 255) = 24.47%
BLUE value IS 20 (8.20% from 255) = 21.28%
R=54.26%
G=24.47%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.61
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51232000.550.610.85.8143.6613.92
Hex3317140373D5062ce
Octal6327240677512065416
Binary1100111011110100011011111110110100001101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331714; }

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

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

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

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

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

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

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

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