#290C03

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

Shades of Seal Brown #290C03

Tints of Seal Brown #290C03

Color information

#290C03 (or 0x290C03) is unknown color: approx Seal Brown. HEX triplet: 29, 0C and 03. RGB value is (41,12,3). Sum of RGB (Red+Green+Blue) = 41+12+3=56 (7% of max value = 765). Red value is 41 (16.41% from 255 or 73.21% from 56); Green value is 12 (5.08% from 255 or 21.43% from 56); Blue value is 3 (1.56% from 255 or 5.36% from 56); Max value from RGB is 41 - color contains mainly: red. Hex color #290C03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290C03 is #D6F3FC. Grayscale: #131313. Windows color (decimal): -14087165 or 199721. OLE color: 199721.

HSL color Cylindrical-coordinate representation of color #290C03: hue angle of 14.21º degrees, saturation: 0.86, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #290C03 is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.84.

Color convert

RGB41123-
CMYK00.710.930.84
HSL14.21º86.36%8.63%-
HSV(B)14.21º92.68%16.08%-
XYZ1.060.740.17-
YUV19.64118.61143.23-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 73.21%
GREEN value IS 12 (5.08% from 255) = 21.43%
BLUE value IS 3 (1.56% from 255) = 5.36%
R=73.21%
G=21.43%
B=5.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.93
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4112300.710.930.8414.2186.368.63
Hex29C30475D54e569
Octal5114301071351241612611
Binary1010011100110100011110111011010100111010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,12,3); }

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

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

 a { background-color: rgb(41,12,3); }

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

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

 span { border-color: rgb(41,12,3); }

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