#2E0805

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

Shades of Seal Brown #2E0805

Tints of Seal Brown #2E0805

Color information

#2E0805 (or 0x2E0805) is unknown color: approx Seal Brown. HEX triplet: 2E, 08 and 05. RGB value is (46,8,5). Sum of RGB (Red+Green+Blue) = 46+8+5=59 (7% of max value = 765). Red value is 46 (18.36% from 255 or 77.97% from 59); Green value is 8 (3.52% from 255 or 13.56% from 59); Blue value is 5 (2.34% from 255 or 8.47% from 59); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0805 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0805 is #D1F7FA. Grayscale: #131313. Windows color (decimal): -13760507 or 329774. OLE color: 329774.

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

Color convert

RGB4685-
CMYK00.830.890.82
HSL4.39º80.39%10%-
HSV(B)4.39º89.13%18.04%-
XYZ1.240.770.23-
YUV19.02120.09147.24-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 77.97%
GREEN value IS 8 (3.52% from 255) = 13.56%
BLUE value IS 5 (2.34% from 255) = 8.47%
R=77.97%
G=13.56%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.89
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal468500.830.890.824.3980.3910
Hex2E850535952450a
Octal561050123131122412012
Binary1011101000101010100111011001101001010010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,8,5); }

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

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

 a { background-color: rgb(46,8,5); }

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

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

 span { border-color: rgb(46,8,5); }

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