#331109

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

Shades of Seal Brown #331109

Tints of Seal Brown #331109

Color information

#331109 (or 0x331109) is unknown color: approx Seal Brown. HEX triplet: 33, 11 and 09. RGB value is (51,17,9). Sum of RGB (Red+Green+Blue) = 51+17+9=77 (10% of max value = 765). Red value is 51 (20.31% from 255 or 66.23% from 77); Green value is 17 (7.03% from 255 or 22.08% from 77); Blue value is 9 (3.91% from 255 or 11.69% from 77); Max value from RGB is 51 - color contains mainly: red. Hex color #331109 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331109 is #CCEEF6. Grayscale: #1A1A1A. Windows color (decimal): -13430519 or 594227. OLE color: 594227.

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

Color convert

RGB51179-
CMYK00.670.820.8
HSL11.43º70%11.76%-
HSV(B)11.43º82.35%20%-
XYZ1.611.120.39-
YUV26.25118.26145.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 66.23%
GREEN value IS 17 (7.03% from 255) = 22.08%
BLUE value IS 9 (3.91% from 255) = 11.69%
R=66.23%
G=22.08%
B=11.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.82
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5117900.670.820.811.437011.76
Hex331190435250b46c
Octal63211101031221201310614
Binary1100111000110010100001110100101010000101110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331109; }

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

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

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

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

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

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

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

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