#290F0E

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

Shades of Seal Brown #290F0E

Tints of Seal Brown #290F0E

Color information

#290F0E (or 0x290F0E) is unknown color: approx Seal Brown. HEX triplet: 29, 0F and 0E. RGB value is (41,15,14). Sum of RGB (Red+Green+Blue) = 41+15+14=70 (9% of max value = 765). Red value is 41 (16.41% from 255 or 58.57% from 70); Green value is 15 (6.25% from 255 or 21.43% from 70); Blue value is 14 (5.86% from 255 or 20% from 70); Max value from RGB is 41 - color contains mainly: red. Hex color #290F0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290F0E is #D6F0F1. Grayscale: #161616. Windows color (decimal): -14086386 or 921385. OLE color: 921385.

HSL color Cylindrical-coordinate representation of color #290F0E: hue angle of 2.22º degrees, saturation: 0.49, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #290F0E is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.84.

Color convert

RGB411514-
CMYK00.630.660.84
HSL2.22º49.09%10.78%-
HSV(B)2.22º65.85%16.08%-
XYZ1.160.840.52-
YUV22.66123.11141.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 58.57%
GREEN value IS 15 (6.25% from 255) = 21.43%
BLUE value IS 14 (5.86% from 255) = 20%
R=58.57%
G=21.43%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.66
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41151400.630.660.842.2249.0910.78
Hex29FE03F4254231b
Octal51171607710212426113
Binary10100111111110011111110000101010100101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,15,14); }

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

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

 a { background-color: rgb(41,15,14); }

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

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

 span { border-color: rgb(41,15,14); }

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