#290B04

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

Shades of Seal Brown #290B04

Tints of Seal Brown #290B04

Color information

#290B04 (or 0x290B04) is unknown color: approx Seal Brown. HEX triplet: 29, 0B and 04. RGB value is (41,11,4). Sum of RGB (Red+Green+Blue) = 41+11+4=56 (7% of max value = 765). Red value is 41 (16.41% from 255 or 73.21% from 56); Green value is 11 (4.69% from 255 or 19.64% from 56); Blue value is 4 (1.95% from 255 or 7.14% from 56); Max value from RGB is 41 - color contains mainly: red. Hex color #290B04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290B04 is #D6F4FB. Grayscale: #131313. Windows color (decimal): -14087420 or 265001. OLE color: 265001.

HSL color Cylindrical-coordinate representation of color #290B04: hue angle of 11.35º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #290B04 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.84.

Color convert

RGB41114-
CMYK00.730.900.84
HSL11.35º82.22%8.82%-
HSV(B)11.35º90.24%16.08%-
XYZ1.060.720.2-
YUV19.17119.44143.57-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 73.21%
GREEN value IS 11 (4.69% from 255) = 19.64%
BLUE value IS 4 (1.95% from 255) = 7.14%
R=73.21%
G=19.64%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.90
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4111400.730.900.8411.3582.228.82
Hex29B40495A54b529
Octal5113401111321241312211
Binary10100110111000100100110110101010100101110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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