#290202

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

Shades of Seal Brown #290202

Tints of Seal Brown #290202

Color information

#290202 (or 0x290202) is unknown color: approx Seal Brown. HEX triplet: 29, 02 and 02. RGB value is (41,2,2). Sum of RGB (Red+Green+Blue) = 41+2+2=45 (5% of max value = 765). Red value is 41 (16.41% from 255 or 91.11% from 45); Green value is 2 (1.17% from 255 or 4.44% from 45); Blue value is 2 (1.17% from 255 or 4.44% from 45); Max value from RGB is 41 - color contains mainly: red. Hex color #290202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290202 is #D6FDFD. Grayscale: #0D0D0D. Windows color (decimal): -14089726 or 131625. OLE color: 131625.

HSL color Cylindrical-coordinate representation of color #290202: hue angle of 0º 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 #290202 is Cyan = 0, Magento = 0.95, Yellow = 0.95 and Black (K on CMYK) = 0.84.

Color convert

RGB4122-
CMYK00.950.950.84
HSL90.7%8.43%-
HSV(B)95.12%16.08%-
XYZ0.950.520.11-
YUV13.66121.42147.5-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 91.11%
GREEN value IS 2 (1.17% from 255) = 4.44%
BLUE value IS 2 (1.17% from 255) = 4.44%
R=91.11%
G=4.44%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.95
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal412200.950.950.84090.78.43
Hex292205F5F5405b8
Octal51220137137124013310
Binary10100110100101111110111111010100010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290202; }

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

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

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

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

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

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

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

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