#291001

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

Shades of Seal Brown #291001

Tints of Seal Brown #291001

Color information

#291001 (or 0x291001) is unknown color: approx Seal Brown. HEX triplet: 29, 10 and 01. RGB value is (41,16,1). Sum of RGB (Red+Green+Blue) = 41+16+1=58 (7% of max value = 765). Red value is 41 (16.41% from 255 or 70.69% from 58); Green value is 16 (6.64% from 255 or 27.59% from 58); Blue value is 1 (0.78% from 255 or 1.72% from 58); Max value from RGB is 41 - color contains mainly: red. Hex color #291001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291001 is #D6EFFE. Grayscale: #151515. Windows color (decimal): -14086143 or 69673. OLE color: 69673.

HSL color Cylindrical-coordinate representation of color #291001: hue angle of 22.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 #291001 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.84.

Color convert

RGB41161-
CMYK00.610.980.84
HSL22.5º95.24%8.24%-
HSV(B)22.5º97.56%16.08%-
XYZ1.110.840.13-
YUV21.76116.28141.72-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 70.69%
GREEN value IS 16 (6.64% from 255) = 27.59%
BLUE value IS 1 (0.78% from 255) = 1.72%
R=70.69%
G=27.59%
B=1.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.98
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4116100.610.980.8422.595.248.24
Hex2910103D6254165f8
Octal512010751421242613710
Binary1010011000010111101110001010101001011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291001; }

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

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

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

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

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

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

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

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