#2E100F

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

Shades of Seal Brown #2E100F

Tints of Seal Brown #2E100F

Color information

#2E100F (or 0x2E100F) is unknown color: approx Seal Brown. HEX triplet: 2E, 10 and 0F. RGB value is (46,16,15). Sum of RGB (Red+Green+Blue) = 46+16+15=77 (10% of max value = 765). Red value is 46 (18.36% from 255 or 59.74% from 77); Green value is 16 (6.64% from 255 or 20.78% from 77); Blue value is 15 (6.25% from 255 or 19.48% from 77); Max value from RGB is 46 - color contains mainly: red. Hex color #2E100F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E100F is #D1EFF0. Grayscale: #181818. Windows color (decimal): -13758449 or 987182. OLE color: 987182.

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

Color convert

RGB461615-
CMYK00.650.670.82
HSL1.94º50.82%11.96%-
HSV(B)1.94º67.39%18.04%-
XYZ1.40.990.57-
YUV24.86122.44143.08-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 59.74%
GREEN value IS 16 (6.64% from 255) = 20.78%
BLUE value IS 15 (6.25% from 255) = 19.48%
R=59.74%
G=20.78%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.67
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46161500.650.670.821.9450.8211.96
Hex2E10F0414352233c
Octal562017010110312226314
Binary1011101000011110100000110000111010010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E100F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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