#2E0704

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

Shades of Seal Brown #2E0704

Tints of Seal Brown #2E0704

Color information

#2E0704 (or 0x2E0704) is unknown color: approx Seal Brown. HEX triplet: 2E, 07 and 04. RGB value is (46,7,4). Sum of RGB (Red+Green+Blue) = 46+7+4=57 (7% of max value = 765). Red value is 46 (18.36% from 255 or 80.70% from 57); Green value is 7 (3.12% from 255 or 12.28% from 57); Blue value is 4 (1.95% from 255 or 7.02% from 57); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0704 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0704 is #D1F8FB. Grayscale: #121212. Windows color (decimal): -13760764 or 263982. OLE color: 263982.

HSL color Cylindrical-coordinate representation of color #2E0704: hue angle of 4.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 #2E0704 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.82.

Color convert

RGB4674-
CMYK00.850.910.82
HSL4.29º84%9.8%-
HSV(B)4.29º91.3%18.04%-
XYZ1.220.740.19-
YUV18.32119.92147.74-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 80.70%
GREEN value IS 7 (3.12% from 255) = 12.28%
BLUE value IS 4 (1.95% from 255) = 7.02%
R=80.70%
G=12.28%
B=7.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.91
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal467400.850.910.824.29849.8
Hex2E740555B52454a
Octal56740125133122412412
Binary101110111100010101011011011101001010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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