#290402

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

Shades of Seal Brown #290402

Tints of Seal Brown #290402

Color information

#290402 (or 0x290402) is unknown color: approx Seal Brown. HEX triplet: 29, 04 and 02. RGB value is (41,4,2). Sum of RGB (Red+Green+Blue) = 41+4+2=47 (6% of max value = 765). Red value is 41 (16.41% from 255 or 87.23% from 47); Green value is 4 (1.95% from 255 or 8.51% from 47); Blue value is 2 (1.17% from 255 or 4.26% from 47); Max value from RGB is 41 - color contains mainly: red. Hex color #290402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290402 is #D6FBFD. Grayscale: #0E0E0E. Windows color (decimal): -14089214 or 132137. OLE color: 132137.

HSL color Cylindrical-coordinate representation of color #290402: hue angle of 3.08º degrees, saturation: 0.91, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290402 is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.84.

Color convert

RGB4142-
CMYK00.900.950.84
HSL3.08º90.7%8.43%-
HSV(B)3.08º95.12%16.08%-
XYZ0.970.560.11-
YUV14.84120.76146.66-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 87.23%
GREEN value IS 4 (1.95% from 255) = 8.51%
BLUE value IS 2 (1.17% from 255) = 4.26%
R=87.23%
G=8.51%
B=4.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.95
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal414200.900.950.843.0890.78.43
Hex294205A5F5435b8
Octal51420132137124313310
Binary1010011001001011010101111110101001110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290402; }

 p { color: rgb(41,4,2); }

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

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

 a { background-color: rgb(41,4,2); }

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

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

 span { border-color: rgb(41,4,2); }

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