#290E03

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

Shades of Seal Brown #290E03

Tints of Seal Brown #290E03

Color information

#290E03 (or 0x290E03) is unknown color: approx Seal Brown. HEX triplet: 29, 0E and 03. RGB value is (41,14,3). Sum of RGB (Red+Green+Blue) = 41+14+3=58 (7% of max value = 765). Red value is 41 (16.41% from 255 or 70.69% from 58); Green value is 14 (5.86% from 255 or 24.14% from 58); Blue value is 3 (1.56% from 255 or 5.17% from 58); Max value from RGB is 41 - color contains mainly: red. Hex color #290E03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290E03 is #D6F1FC. Grayscale: #141414. Windows color (decimal): -14086653 or 200233. OLE color: 200233.

HSL color Cylindrical-coordinate representation of color #290E03: hue angle of 17.37º degrees, saturation: 0.86, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #290E03 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.84.

Color convert

RGB41143-
CMYK00.660.930.84
HSL17.37º86.36%8.63%-
HSV(B)17.37º92.68%16.08%-
XYZ1.090.790.18-
YUV20.82117.95142.39-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 70.69%
GREEN value IS 14 (5.86% from 255) = 24.14%
BLUE value IS 3 (1.56% from 255) = 5.17%
R=70.69%
G=24.14%
B=5.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.93
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4114300.660.930.8417.3786.368.63
Hex29E30425D5411569
Octal5116301021351242112611
Binary10100111101101000010101110110101001000110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290E03; }

 p { color: rgb(41,14,3); }

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

<style>
 a { background-color: #290E03; }

 a { background-color: rgb(41,14,3); }

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

<style>
 span { border-color: #290E03; }

 span { border-color: rgb(41,14,3); }

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