#331410

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

Shades of Seal Brown #331410

Tints of Seal Brown #331410

Color information

#331410 (or 0x331410) is unknown color: approx Seal Brown. HEX triplet: 33, 14 and 10. RGB value is (51,20,16). Sum of RGB (Red+Green+Blue) = 51+20+16=87 (11% of max value = 765). Red value is 51 (20.31% from 255 or 58.62% from 87); Green value is 20 (8.20% from 255 or 22.99% from 87); Blue value is 16 (6.64% from 255 or 18.39% from 87); Max value from RGB is 51 - color contains mainly: red. Hex color #331410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331410 is #CCEBEF. Grayscale: #1C1C1C. Windows color (decimal): -13429744 or 1053747. OLE color: 1053747.

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

Color convert

RGB512016-
CMYK00.610.690.8
HSL6.86º52.24%13.14%-
HSV(B)6.86º68.63%20%-
XYZ1.711.240.64-
YUV28.81120.77143.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 58.62%
GREEN value IS 20 (8.20% from 255) = 22.99%
BLUE value IS 16 (6.64% from 255) = 18.39%
R=58.62%
G=22.99%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.69
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51201600.610.690.86.8652.2413.14
Hex33141003D4550734d
Octal63242007510512076415
Binary11001110100100000111101100010110100001111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331410; }

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

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

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

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

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

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

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

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