#331510

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

Shades of Seal Brown #331510

Tints of Seal Brown #331510

Color information

#331510 (or 0x331510) is unknown color: approx Seal Brown. HEX triplet: 33, 15 and 10. RGB value is (51,21,16). Sum of RGB (Red+Green+Blue) = 51+21+16=88 (11% of max value = 765). Red value is 51 (20.31% from 255 or 57.95% from 88); Green value is 21 (8.59% from 255 or 23.86% from 88); Blue value is 16 (6.64% from 255 or 18.18% from 88); Max value from RGB is 51 - color contains mainly: red. Hex color #331510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331510 is #CCEAEF. Grayscale: #1D1D1D. Windows color (decimal): -13429488 or 1054003. OLE color: 1054003.

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

Color convert

RGB512116-
CMYK00.590.690.8
HSL8.57º52.24%13.14%-
HSV(B)8.57º68.63%20%-
XYZ1.731.280.65-
YUV29.4120.44143.41-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 57.95%
GREEN value IS 21 (8.59% from 255) = 23.86%
BLUE value IS 16 (6.64% from 255) = 18.18%
R=57.95%
G=23.86%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.69
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51211600.590.690.88.5752.2413.14
Hex33151003B4550934d
Octal632520073105120116415
Binary110011101011000001110111000101101000010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331510; }

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

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

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

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

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

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

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

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