#290E05

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

Shades of Seal Brown #290E05

Tints of Seal Brown #290E05

Color information

#290E05 (or 0x290E05) is unknown color: approx Seal Brown. HEX triplet: 29, 0E and 05. RGB value is (41,14,5). Sum of RGB (Red+Green+Blue) = 41+14+5=60 (7% of max value = 765). Red value is 41 (16.41% from 255 or 68.33% from 60); Green value is 14 (5.86% from 255 or 23.33% from 60); Blue value is 5 (2.34% from 255 or 8.33% from 60); Max value from RGB is 41 - color contains mainly: red. Hex color #290E05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290E05 is #D6F1FA. Grayscale: #151515. Windows color (decimal): -14086651 or 331305. OLE color: 331305.

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

Color convert

RGB41145-
CMYK00.660.880.84
HSL15º78.26%9.02%-
HSV(B)15º87.8%16.08%-
XYZ1.10.80.24-
YUV21.05118.95142.23-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 68.33%
GREEN value IS 14 (5.86% from 255) = 23.33%
BLUE value IS 5 (2.34% from 255) = 8.33%
R=68.33%
G=23.33%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.88
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4114500.660.880.841578.269.02
Hex29E50425854f4e9
Octal5116501021301241711611
Binary10100111101010100001010110001010100111110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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