#311610

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

Shades of Seal Brown #311610

Tints of Seal Brown #311610

Color information

#311610 (or 0x311610) is unknown color: approx Seal Brown. HEX triplet: 31, 16 and 10. RGB value is (49,22,16). Sum of RGB (Red+Green+Blue) = 49+22+16=87 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.32% from 87); Green value is 22 (8.98% from 255 or 25.29% from 87); Blue value is 16 (6.64% from 255 or 18.39% from 87); Max value from RGB is 49 - color contains mainly: red. Hex color #311610 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311610 is #CEE9EF. Grayscale: #1D1D1D. Windows color (decimal): -13560304 or 1054257. OLE color: 1054257.

HSL color Cylindrical-coordinate representation of color #311610: hue angle of 10.91º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #311610 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.81.

Color convert

RGB492216-
CMYK00.550.670.81
HSL10.91º50.77%12.75%-
HSV(B)10.91º67.35%19.22%-
XYZ1.651.260.65-
YUV29.39120.45141.99-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 56.32%
GREEN value IS 22 (8.98% from 255) = 25.29%
BLUE value IS 16 (6.64% from 255) = 18.39%
R=56.32%
G=25.29%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49221600.550.670.8110.9150.7712.75
Hex3116100374351b33d
Octal612620067103121136315
Binary110001101101000001101111000011101000110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311610; }

 p { color: rgb(49,22,16); }

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

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

 a { background-color: rgb(49,22,16); }

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

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

 span { border-color: rgb(49,22,16); }

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