#290B00

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

Shades of Seal Brown #290B00

Tints of Seal Brown #290B00

Color information

#290B00 (or 0x290B00) is unknown color: approx Seal Brown. HEX triplet: 29, 0B and 00. RGB value is (41,11,0). Sum of RGB (Red+Green+Blue) = 41+11+0=52 (6% of max value = 765). Red value is 41 (16.41% from 255 or 78.85% from 52); Green value is 11 (4.69% from 255 or 21.15% from 52); Blue value is 0 (0.39% from 255 or 0% from 52); Max value from RGB is 41 - color contains mainly: red. Hex color #290B00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290B00 is #D6F4FF. Grayscale: #121212. Windows color (decimal): -14087424 or 2857. OLE color: 2857.

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

Color convert

RGB41110-
CMYK00.7310.84
HSL16.1º100%8.04%-
HSV(B)16.1º100%16.08%-
XYZ1.030.710.08-
YUV18.72117.44143.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 78.85%
GREEN value IS 11 (4.69% from 255) = 21.15%
BLUE value IS 0 (0.39% from 255) = 0%
R=78.85%
G=21.15%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 1
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4111000.7310.8416.11008.04
Hex29B0049645410648
Octal5113001111441242014410
Binary1010011011001001001110010010101001000011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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