#2E140F

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

Shades of Seal Brown #2E140F

Tints of Seal Brown #2E140F

Color information

#2E140F (or 0x2E140F) is unknown color: approx Seal Brown. HEX triplet: 2E, 14 and 0F. RGB value is (46,20,15). Sum of RGB (Red+Green+Blue) = 46+20+15=81 (10% of max value = 765). Red value is 46 (18.36% from 255 or 56.79% from 81); Green value is 20 (8.20% from 255 or 24.69% from 81); Blue value is 15 (6.25% from 255 or 18.52% from 81); Max value from RGB is 46 - color contains mainly: red. Hex color #2E140F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E140F is #D1EBF0. Grayscale: #1B1B1B. Windows color (decimal): -13757425 or 988206. OLE color: 988206.

HSL color Cylindrical-coordinate representation of color #2E140F: hue angle of 9.68º degrees, saturation: 0.51, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E140F is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.82.

Color convert

RGB462015-
CMYK00.570.670.82
HSL9.68º50.82%11.96%-
HSV(B)9.68º67.39%18.04%-
XYZ1.461.120.59-
YUV27.2121.11141.41-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 56.79%
GREEN value IS 20 (8.20% from 255) = 24.69%
BLUE value IS 15 (6.25% from 255) = 18.52%
R=56.79%
G=24.69%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.67
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46201500.570.670.829.6850.8211.96
Hex2E14F0394352a33c
Octal562417071103122126314
Binary10111010100111101110011000011101001010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E140F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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