#331105

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

Shades of Seal Brown #331105

Tints of Seal Brown #331105

Color information

#331105 (or 0x331105) is unknown color: approx Seal Brown. HEX triplet: 33, 11 and 05. RGB value is (51,17,5). Sum of RGB (Red+Green+Blue) = 51+17+5=73 (9% of max value = 765). Red value is 51 (20.31% from 255 or 69.86% from 73); Green value is 17 (7.03% from 255 or 23.29% from 73); Blue value is 5 (2.34% from 255 or 6.85% from 73); Max value from RGB is 51 - color contains mainly: red. Hex color #331105 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331105 is #CCEEFA. Grayscale: #191919. Windows color (decimal): -13430523 or 332083. OLE color: 332083.

HSL color Cylindrical-coordinate representation of color #331105: hue angle of 15.65º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #331105 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.8.

Color convert

RGB51175-
CMYK00.670.900.8
HSL15.65º82.14%10.98%-
HSV(B)15.65º90.2%20%-
XYZ1.591.120.27-
YUV25.8116.26145.98-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 69.86%
GREEN value IS 17 (7.03% from 255) = 23.29%
BLUE value IS 5 (2.34% from 255) = 6.85%
R=69.86%
G=23.29%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.90
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5117500.670.900.815.6582.1410.98
Hex331150435A501052b
Octal6321501031321202012213
Binary1100111000110101000011101101010100001000010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331105; }

 p { color: rgb(51,17,5); }

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

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

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

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

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

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

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