#331107

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

Shades of Seal Brown #331107

Tints of Seal Brown #331107

Color information

#331107 (or 0x331107) is unknown color: approx Seal Brown. HEX triplet: 33, 11 and 07. RGB value is (51,17,7). Sum of RGB (Red+Green+Blue) = 51+17+7=75 (9% of max value = 765). Red value is 51 (20.31% from 255 or 68% from 75); Green value is 17 (7.03% from 255 or 22.67% from 75); Blue value is 7 (3.12% from 255 or 9.33% from 75); Max value from RGB is 51 - color contains mainly: red. Hex color #331107 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331107 is #CCEEF8. Grayscale: #1A1A1A. Windows color (decimal): -13430521 or 463155. OLE color: 463155.

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

Color convert

RGB51177-
CMYK00.670.860.8
HSL13.64º75.86%11.37%-
HSV(B)13.64º86.27%20%-
XYZ1.61.120.33-
YUV26.03117.26145.81-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 68%
GREEN value IS 17 (7.03% from 255) = 22.67%
BLUE value IS 7 (3.12% from 255) = 9.33%
R=68%
G=22.67%
B=9.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.86
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5117700.670.860.813.6475.8611.37
Hex331170435650e4cb
Octal6321701031261201611413
Binary110011100011110100001110101101010000111010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331107; }

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

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

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

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

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

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

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

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