#2E0F05

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

Shades of Seal Brown #2E0F05

Tints of Seal Brown #2E0F05

Color information

#2E0F05 (or 0x2E0F05) is unknown color: approx Seal Brown. HEX triplet: 2E, 0F and 05. RGB value is (46,15,5). Sum of RGB (Red+Green+Blue) = 46+15+5=66 (8% of max value = 765). Red value is 46 (18.36% from 255 or 69.70% from 66); Green value is 15 (6.25% from 255 or 22.73% from 66); Blue value is 5 (2.34% from 255 or 7.58% from 66); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0F05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0F05 is #D1F0FA. Grayscale: #171717. Windows color (decimal): -13758715 or 331566. OLE color: 331566.

HSL color Cylindrical-coordinate representation of color #2E0F05: hue angle of 14.63º 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 #2E0F05 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.82.

Color convert

RGB46155-
CMYK00.670.890.82
HSL14.63º80.39%10%-
HSV(B)14.63º89.13%18.04%-
XYZ1.320.930.25-
YUV23.13117.77144.31-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 69.70%
GREEN value IS 15 (6.25% from 255) = 22.73%
BLUE value IS 5 (2.34% from 255) = 7.58%
R=69.70%
G=22.73%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.89
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4615500.670.890.8214.6380.3910
Hex2EF50435952f50a
Octal5617501031311221712012
Binary10111011111010100001110110011010010111110100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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