#290502

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

Shades of Seal Brown #290502

Tints of Seal Brown #290502

Color information

#290502 (or 0x290502) is unknown color: approx Seal Brown. HEX triplet: 29, 05 and 02. RGB value is (41,5,2). Sum of RGB (Red+Green+Blue) = 41+5+2=48 (6% of max value = 765). Red value is 41 (16.41% from 255 or 85.42% from 48); Green value is 5 (2.34% from 255 or 10.42% from 48); Blue value is 2 (1.17% from 255 or 4.17% from 48); Max value from RGB is 41 - color contains mainly: red. Hex color #290502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290502 is #D6FAFD. Grayscale: #0F0F0F. Windows color (decimal): -14088958 or 132393. OLE color: 132393.

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

Color convert

RGB4152-
CMYK00.880.950.84
HSL4.62º90.7%8.43%-
HSV(B)4.62º95.12%16.08%-
XYZ0.980.580.12-
YUV15.42120.43146.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 85.42%
GREEN value IS 5 (2.34% from 255) = 10.42%
BLUE value IS 2 (1.17% from 255) = 4.17%
R=85.42%
G=10.42%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.95
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal415200.880.950.844.6290.78.43
Hex29520585F5455b8
Octal51520130137124513310
Binary10100110110010110001011111101010010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290502; }

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

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

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

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

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

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

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

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