#2E0703

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

Shades of Seal Brown #2E0703

Tints of Seal Brown #2E0703

Color information

#2E0703 (or 0x2E0703) is unknown color: approx Seal Brown. HEX triplet: 2E, 07 and 03. RGB value is (46,7,3). Sum of RGB (Red+Green+Blue) = 46+7+3=56 (7% of max value = 765). Red value is 46 (18.36% from 255 or 82.14% from 56); Green value is 7 (3.12% from 255 or 12.5% from 56); Blue value is 3 (1.56% from 255 or 5.36% from 56); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0703 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0703 is #D1F8FC. Grayscale: #121212. Windows color (decimal): -13760765 or 198446. OLE color: 198446.

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

Color convert

RGB4673-
CMYK00.850.930.82
HSL5.58º87.76%9.61%-
HSV(B)5.58º93.48%18.04%-
XYZ1.220.740.16-
YUV18.2119.42147.83-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 82.14%
GREEN value IS 7 (3.12% from 255) = 12.5%
BLUE value IS 3 (1.56% from 255) = 5.36%
R=82.14%
G=12.5%
B=5.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.93
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal467300.850.930.825.5887.769.61
Hex2E730555D52658a
Octal56730125135122613012
Binary10111011111010101011011101101001011010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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