Html Css Color HEX #29110B Seal Brown

📋 copy color: '#29110B'

red 41 ◦ green 17 ◦ blue 11

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

Shades of Seal Brown #29110B

Tints of Seal Brown #29110B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 24.64%

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

R = 59.42%
G = 24.64%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.73

 K value IS 0.84

RGB Variations

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

Color information

#29110B (or 0x29110B) is known color: Seal Brown. HEX triplet: 29, 11 and 0B. RGB value is (41,17,11). Sum of RGB (Red+Green+Blue) = 41+17+11=69 (9% of max value = 765). Red value is 41 (16.41% from 255 or 59.42% from 69); Green value is 17 (7.03% from 255 or 24.64% from 69); Blue value is 11 (4.69% from 255 or 15.94% from 69); Max value from RGB is 41 - color contains mainly: red. Hex color #29110B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29110B is #D6EEF4. Grayscale: #171717. Windows color (decimal): -14085877 or 725289. OLE color: 725289.

HSL color Cylindrical-coordinate representation of color #29110B: hue angle of 12º 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 #29110B is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 17 11 -
CMYK 0 0.59 0.73 0.84
HSL 12º 0.58% 0.1% -
HSV(B) 12º 0.73% 0.16% -
XYZ 1.18 0.9 0.43 -
YUV 23.49 120.95 140.49 -
System Red Green Blue C M Y K H S L
Decimal 41 17 11 0 0.59 0.73 0.84 12 0.58 0.1
Hex 29 11 B 0 3B 49 54 C 3A A
Octal 51 21 13 0 73 111 124 14 72 12
Binary 101001 10001 1011 0 111011 1001001 1010100 1100 111010 1010

Color Harmonies of #29110B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29110B

Black with #29110B

Text Example


Text Example

White with #29110B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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