#290802

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

Shades of Seal Brown #290802

Tints of Seal Brown #290802

Color information

#290802 (or 0x290802) is unknown color: approx Seal Brown. HEX triplet: 29, 08 and 02. RGB value is (41,8,2). Sum of RGB (Red+Green+Blue) = 41+8+2=51 (6% of max value = 765). Red value is 41 (16.41% from 255 or 80.39% from 51); Green value is 8 (3.52% from 255 or 15.69% from 51); Blue value is 2 (1.17% from 255 or 3.92% from 51); Max value from RGB is 41 - color contains mainly: red. Hex color #290802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290802 is #D6F7FD. Grayscale: #111111. Windows color (decimal): -14088190 or 133161. OLE color: 133161.

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

Color convert

RGB4182-
CMYK00.800.950.84
HSL9.23º90.7%8.43%-
HSV(B)9.23º95.12%16.08%-
XYZ1.010.650.13-
YUV17.18119.43144.99-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 80.39%
GREEN value IS 8 (3.52% from 255) = 15.69%
BLUE value IS 2 (1.17% from 255) = 3.92%
R=80.39%
G=15.69%
B=3.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.95
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal418200.800.950.849.2390.78.43
Hex29820505F5495b8
Octal5110201201371241113310
Binary1010011000100101000010111111010100100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290802; }

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

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

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

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

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

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

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

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