#31110B

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

Shades of Seal Brown #31110B

Tints of Seal Brown #31110B

Color information

#31110B (or 0x31110B) is unknown color: approx Seal Brown. HEX triplet: 31, 11 and 0B. RGB value is (49,17,11). Sum of RGB (Red+Green+Blue) = 49+17+11=77 (10% of max value = 765). Red value is 49 (19.53% from 255 or 63.64% from 77); Green value is 17 (7.03% from 255 or 22.08% from 77); Blue value is 11 (4.69% from 255 or 14.29% from 77); Max value from RGB is 49 - color contains mainly: red. Hex color #31110B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31110B is #CEEEF4. Grayscale: #191919. Windows color (decimal): -13561589 or 725297. OLE color: 725297.

HSL color Cylindrical-coordinate representation of color #31110B: hue angle of 9.47º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31110B is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.81.

Color convert

RGB491711-
CMYK00.650.780.81
HSL9.47º63.33%11.76%-
HSV(B)9.47º77.55%19.22%-
XYZ1.531.080.44-
YUV25.88119.6144.49-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 63.64%
GREEN value IS 17 (7.03% from 255) = 22.08%
BLUE value IS 11 (4.69% from 255) = 14.29%
R=63.64%
G=22.08%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.78
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49171100.650.780.819.4763.3311.76
Hex3111B0414E5193fc
Octal6121130101116121117714
Binary110001100011011010000011001110101000110011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31110B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31110B; }

 p { color: rgb(49,17,11); }

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

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

 a { background-color: rgb(49,17,11); }

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

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

 span { border-color: rgb(49,17,11); }

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