#290A02

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

Shades of Seal Brown #290A02

Tints of Seal Brown #290A02

Color information

#290A02 (or 0x290A02) is unknown color: approx Seal Brown. HEX triplet: 29, 0A and 02. RGB value is (41,10,2). Sum of RGB (Red+Green+Blue) = 41+10+2=53 (7% of max value = 765). Red value is 41 (16.41% from 255 or 77.36% from 53); Green value is 10 (4.30% from 255 or 18.87% from 53); Blue value is 2 (1.17% from 255 or 3.77% from 53); Max value from RGB is 41 - color contains mainly: red. Hex color #290A02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290A02 is #D6F5FD. Grayscale: #121212. Windows color (decimal): -14087678 or 133673. OLE color: 133673.

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

Color convert

RGB41102-
CMYK00.760.950.84
HSL12.31º90.7%8.43%-
HSV(B)12.31º95.12%16.08%-
XYZ1.030.690.14-
YUV18.36118.77144.15-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 77.36%
GREEN value IS 10 (4.30% from 255) = 18.87%
BLUE value IS 2 (1.17% from 255) = 3.77%
R=77.36%
G=18.87%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.95
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4110200.760.950.8412.3190.78.43
Hex29A204C5F54c5b8
Octal5112201141371241413310
Binary1010011010100100110010111111010100110010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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