#2E110C

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

Shades of Seal Brown #2E110C

Tints of Seal Brown #2E110C

Color information

#2E110C (or 0x2E110C) is unknown color: approx Seal Brown. HEX triplet: 2E, 11 and 0C. RGB value is (46,17,12). Sum of RGB (Red+Green+Blue) = 46+17+12=75 (9% of max value = 765). Red value is 46 (18.36% from 255 or 61.33% from 75); Green value is 17 (7.03% from 255 or 22.67% from 75); Blue value is 12 (5.08% from 255 or 16% from 75); Max value from RGB is 46 - color contains mainly: red. Hex color #2E110C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E110C is #D1EEF3. Grayscale: #191919. Windows color (decimal): -13758196 or 790830. OLE color: 790830.

HSL color Cylindrical-coordinate representation of color #2E110C: hue angle of 8.82º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E110C is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.82.

Color convert

RGB461712-
CMYK00.630.740.82
HSL8.82º58.62%11.37%-
HSV(B)8.82º73.91%18.04%-
XYZ1.391.010.47-
YUV25.1120.61142.91-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 61.33%
GREEN value IS 17 (7.03% from 255) = 22.67%
BLUE value IS 12 (5.08% from 255) = 16%
R=61.33%
G=22.67%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.74
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46171200.630.740.828.8258.6211.37
Hex2E11C03F4A5293bb
Octal562114077112122117313
Binary10111010001110001111111001010101001010011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E110C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E110C; }

 p { color: rgb(46,17,12); }

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

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

 a { background-color: rgb(46,17,12); }

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

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

 span { border-color: rgb(46,17,12); }

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