#2E1008

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

Shades of Seal Brown #2E1008

Tints of Seal Brown #2E1008

Color information

#2E1008 (or 0x2E1008) is unknown color: approx Seal Brown. HEX triplet: 2E, 10 and 08. RGB value is (46,16,8). Sum of RGB (Red+Green+Blue) = 46+16+8=70 (9% of max value = 765). Red value is 46 (18.36% from 255 or 65.71% from 70); Green value is 16 (6.64% from 255 or 22.86% from 70); Blue value is 8 (3.52% from 255 or 11.43% from 70); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1008 is #D1EFF7. Grayscale: #181818. Windows color (decimal): -13758456 or 528430. OLE color: 528430.

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

Color convert

RGB46168-
CMYK00.650.830.82
HSL12.63º70.37%10.59%-
HSV(B)12.63º82.61%18.04%-
XYZ1.360.970.35-
YUV24.06118.94143.65-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 65.71%
GREEN value IS 16 (6.64% from 255) = 22.86%
BLUE value IS 8 (3.52% from 255) = 11.43%
R=65.71%
G=22.86%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.83
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4616800.650.830.8212.6370.3710.59
Hex2E1080415352d46b
Octal56201001011231221510613
Binary1011101000010000100000110100111010010110110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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