Html Css Color HEX #29100B Seal Brown

📋 copy color: '#29100B'

red 41 ◦ green 16 ◦ blue 11

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

Shades of Seal Brown #29100B

Tints of Seal Brown #29100B

RGB

 RED value IS 41 (16.41% from 255) = 60.29%

 GREEN value IS 16 (6.64% from 255) = 23.53%

 BLUE value IS 11 (4.69% from 255) = 16.18%

R = 60.29%
G = 23.53%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.73

 K value IS 0.84

RGB Variations

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

Color information

#29100B (or 0x29100B) is known color: Seal Brown. HEX triplet: 29, 10 and 0B. RGB value is (41,16,11). Sum of RGB (Red+Green+Blue) = 41+16+11=68 (9% of max value = 765). Red value is 41 (16.41% from 255 or 60.29% from 68); Green value is 16 (6.64% from 255 or 23.53% from 68); Blue value is 11 (4.69% from 255 or 16.18% from 68); Max value from RGB is 41 - color contains mainly: red. Hex color #29100B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29100B is #D6EFF4. Grayscale: #161616. Windows color (decimal): -14086133 or 725033. OLE color: 725033.

HSL color Cylindrical-coordinate representation of color #29100B: hue angle of 10º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29100B is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 16 11 -
CMYK 0 0.61 0.73 0.84
HSL 10º 0.58% 0.1% -
HSV(B) 10º 0.73% 0.16% -
XYZ 1.16 0.87 0.42 -
YUV 22.91 121.28 140.91 -
System Red Green Blue C M Y K H S L
Decimal 41 16 11 0 0.61 0.73 0.84 10 0.58 0.1
Hex 29 10 B 0 3D 49 54 A 3A A
Octal 51 20 13 0 75 111 124 12 72 12
Binary 101001 10000 1011 0 111101 1001001 1010100 1010 111010 1010

Color Harmonies of #29100B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29100B

Black with #29100B

Text Example


Text Example

White with #29100B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29100B; }

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

 H1.HeaderClassName
 {
   color: #29100B;
 }
 .AnyTagClassName
 {
   color: #29100B;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #29100B;
 }
 .BgClassName
 {
   background-color: #29100B;
 }
</style>

border-color css

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

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

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