#290C01

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

Shades of Seal Brown #290C01

Tints of Seal Brown #290C01

Color information

#290C01 (or 0x290C01) is unknown color: approx Seal Brown. HEX triplet: 29, 0C and 01. RGB value is (41,12,1). Sum of RGB (Red+Green+Blue) = 41+12+1=54 (7% of max value = 765). Red value is 41 (16.41% from 255 or 75.93% from 54); Green value is 12 (5.08% from 255 or 22.22% from 54); Blue value is 1 (0.78% from 255 or 1.85% from 54); Max value from RGB is 41 - color contains mainly: red. Hex color #290C01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290C01 is #D6F3FE. Grayscale: #131313. Windows color (decimal): -14087167 or 68649. OLE color: 68649.

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

Color convert

RGB41121-
CMYK00.710.980.84
HSL16.5º95.24%8.24%-
HSV(B)16.5º97.56%16.08%-
XYZ1.050.740.12-
YUV19.42117.61143.39-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 75.93%
GREEN value IS 12 (5.08% from 255) = 22.22%
BLUE value IS 1 (0.78% from 255) = 1.85%
R=75.93%
G=22.22%
B=1.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.98
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4112100.710.980.8416.595.248.24
Hex29C10476254105f8
Octal5114101071421242013710
Binary1010011100101000111110001010101001000010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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