#311615

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

Shades of Seal Brown #311615

Tints of Seal Brown #311615

Color information

#311615 (or 0x311615) is unknown color: approx Seal Brown. HEX triplet: 31, 16 and 15. RGB value is (49,22,21). Sum of RGB (Red+Green+Blue) = 49+22+21=92 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.26% from 92); Green value is 22 (8.98% from 255 or 23.91% from 92); Blue value is 21 (8.59% from 255 or 22.83% from 92); Max value from RGB is 49 - color contains mainly: red. Hex color #311615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311615 is #CEE9EA. Grayscale: #1D1D1D. Windows color (decimal): -13560299 or 1381937. OLE color: 1381937.

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

Color convert

RGB492221-
CMYK00.550.570.81
HSL2.14º40%13.73%-
HSV(B)2.14º57.14%19.22%-
XYZ1.691.280.87-
YUV29.96122.95141.58-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 53.26%
GREEN value IS 22 (8.98% from 255) = 23.91%
BLUE value IS 21 (8.59% from 255) = 22.83%
R=53.26%
G=23.91%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.57
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49222100.550.570.812.144013.73
Hex3116150373951228e
Octal6126250677112125016
Binary110001101101010101101111110011010001101010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311615; }

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

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

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

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

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

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

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

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