#2E0700

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

Shades of Seal Brown #2E0700

Tints of Seal Brown #2E0700

Color information

#2E0700 (or 0x2E0700) is unknown color: approx Seal Brown. HEX triplet: 2E, 07 and 00. RGB value is (46,7,0). Sum of RGB (Red+Green+Blue) = 46+7+0=53 (7% of max value = 765). Red value is 46 (18.36% from 255 or 86.79% from 53); Green value is 7 (3.12% from 255 or 13.21% from 53); Blue value is 0 (0.39% from 255 or 0% from 53); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0700 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0700 is #D1F8FF. Grayscale: #111111. Windows color (decimal): -13760768 or 1838. OLE color: 1838.

HSL color Cylindrical-coordinate representation of color #2E0700: hue angle of 9.13º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E0700 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.82.

Color convert

RGB4670-
CMYK00.8510.82
HSL9.13º100%9.02%-
HSV(B)9.13º100%18.04%-
XYZ1.20.730.08-
YUV17.86117.92148.07-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 86.79%
GREEN value IS 7 (3.12% from 255) = 13.21%
BLUE value IS 0 (0.39% from 255) = 0%
R=86.79%
G=13.21%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 1
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal467000.8510.829.131009.02
Hex2E7005564529649
Octal567001251441221114411
Binary10111011100101010111001001010010100111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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