#2E0E04

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

Shades of Seal Brown #2E0E04

Tints of Seal Brown #2E0E04

Color information

#2E0E04 (or 0x2E0E04) is unknown color: approx Seal Brown. HEX triplet: 2E, 0E and 04. RGB value is (46,14,4). Sum of RGB (Red+Green+Blue) = 46+14+4=64 (8% of max value = 765). Red value is 46 (18.36% from 255 or 71.88% from 64); Green value is 14 (5.86% from 255 or 21.88% from 64); Blue value is 4 (1.95% from 255 or 6.25% from 64); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0E04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0E04 is #D1F1FB. Grayscale: #161616. Windows color (decimal): -13758972 or 265774. OLE color: 265774.

HSL color Cylindrical-coordinate representation of color #2E0E04: hue angle of 14.29º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2E0E04 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.82.

Color convert

RGB46144-
CMYK00.700.910.82
HSL14.29º84%9.8%-
HSV(B)14.29º91.3%18.04%-
XYZ1.310.90.22-
YUV22.43117.6144.81-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 71.88%
GREEN value IS 14 (5.86% from 255) = 21.88%
BLUE value IS 4 (1.95% from 255) = 6.25%
R=71.88%
G=21.88%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.91
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4614400.700.910.8214.29849.8
Hex2EE40465B52e54a
Octal5616401061331221612412
Binary10111011101000100011010110111010010111010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,14,4); }

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

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

 a { background-color: rgb(46,14,4); }

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

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

 span { border-color: rgb(46,14,4); }

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