#2E140C

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

Shades of Seal Brown #2E140C

Tints of Seal Brown #2E140C

Color information

#2E140C (or 0x2E140C) is unknown color: approx Seal Brown. HEX triplet: 2E, 14 and 0C. RGB value is (46,20,12). Sum of RGB (Red+Green+Blue) = 46+20+12=78 (10% of max value = 765). Red value is 46 (18.36% from 255 or 58.97% from 78); Green value is 20 (8.20% from 255 or 25.64% from 78); Blue value is 12 (5.08% from 255 or 15.38% from 78); Max value from RGB is 46 - color contains mainly: red. Hex color #2E140C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E140C is #D1EBF3. Grayscale: #1A1A1A. Windows color (decimal): -13757428 or 791598. OLE color: 791598.

HSL color Cylindrical-coordinate representation of color #2E140C: hue angle of 14.12º 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 #2E140C is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.82.

Color convert

RGB462012-
CMYK00.570.740.82
HSL14.12º58.62%11.37%-
HSV(B)14.12º73.91%18.04%-
XYZ1.441.110.49-
YUV26.86119.61141.65-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 58.97%
GREEN value IS 20 (8.20% from 255) = 25.64%
BLUE value IS 12 (5.08% from 255) = 15.38%
R=58.97%
G=25.64%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.74
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46201200.570.740.8214.1258.6211.37
Hex2E14C0394A52e3bb
Octal562414071112122167313
Binary10111010100110001110011001010101001011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E140C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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