#2E150F

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

Shades of Seal Brown #2E150F

Tints of Seal Brown #2E150F

Color information

#2E150F (or 0x2E150F) is unknown color: approx Seal Brown. HEX triplet: 2E, 15 and 0F. RGB value is (46,21,15). Sum of RGB (Red+Green+Blue) = 46+21+15=82 (10% of max value = 765). Red value is 46 (18.36% from 255 or 56.10% from 82); Green value is 21 (8.59% from 255 or 25.61% from 82); Blue value is 15 (6.25% from 255 or 18.29% from 82); Max value from RGB is 46 - color contains mainly: red. Hex color #2E150F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E150F is #D1EAF0. Grayscale: #1B1B1B. Windows color (decimal): -13757169 or 988462. OLE color: 988462.

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

Color convert

RGB462115-
CMYK00.540.670.82
HSL11.61º50.82%11.96%-
HSV(B)11.61º67.39%18.04%-
XYZ1.481.150.6-
YUV27.79120.78140.99-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 56.10%
GREEN value IS 21 (8.59% from 255) = 25.61%
BLUE value IS 15 (6.25% from 255) = 18.29%
R=56.10%
G=25.61%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46211500.540.670.8211.6150.8211.96
Hex2E15F0364352c33c
Octal562517066103122146314
Binary10111010101111101101101000011101001011001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E150F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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