#311814

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

Shades of Seal Brown #311814

Tints of Seal Brown #311814

Color information

#311814 (or 0x311814) is unknown color: approx Seal Brown. HEX triplet: 31, 18 and 14. RGB value is (49,24,20). Sum of RGB (Red+Green+Blue) = 49+24+20=93 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.69% from 93); Green value is 24 (9.77% from 255 or 25.81% from 93); Blue value is 20 (8.20% from 255 or 21.51% from 93); Max value from RGB is 49 - color contains mainly: red. Hex color #311814 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311814 is #CEE7EB. Grayscale: #1F1F1F. Windows color (decimal): -13559788 or 1316913. OLE color: 1316913.

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

Color convert

RGB492420-
CMYK00.510.590.81
HSL8.28º42.03%13.53%-
HSV(B)8.28º59.18%19.22%-
XYZ1.721.360.83-
YUV31.02121.78140.83-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 52.69%
GREEN value IS 24 (9.77% from 255) = 25.81%
BLUE value IS 20 (8.20% from 255) = 21.51%
R=52.69%
G=25.81%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.59
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49242000.510.590.818.2842.0313.53
Hex3118140333B5182ae
Octal61302406373121105216
Binary11000111000101000110011111011101000110001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311814; }

 p { color: rgb(49,24,20); }

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

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

 a { background-color: rgb(49,24,20); }

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

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

 span { border-color: rgb(49,24,20); }

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