Html Css Color HEX #291001 Seal Brown

📋 copy color: '#291001'

red 41 ◦ green 16 ◦ blue 1

#291001
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #291001

Tints of Seal Brown #291001

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 value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.84

RGB Variations

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

Color information

#291001 (or 0x291001) is known color: 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

RGB 41 16 1 -
CMYK 0 0.61 0.98 0.84
HSL 22.5º 0.95% 0.08% -
HSV(B) 22.5º 0.98% 0.16% -
XYZ 1.11 0.84 0.13 -
YUV 21.77 116.28 141.72 -
System Red Green Blue C M Y K H S L
Decimal 41 16 1 0 0.61 0.98 0.84 22.5 0.95 0.08
Hex 29 10 1 0 3D 62 54 16 5F 8
Octal 51 20 1 0 75 142 124 26 137 10
Binary 101001 10000 1 0 111101 1100010 1010100 10110 1011111 1000

Color Harmonies of #291001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291001

Black with #291001

Text Example


Text Example

White with #291001

Text Example


Text Example

HTML Codes & Css Web 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>