Html Css Color HEX #29130D Seal Brown

📋 copy color: '#29130D'

red 41 ◦ green 19 ◦ blue 13

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

Shades of Seal Brown #29130D

Tints of Seal Brown #29130D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 26.03%

 BLUE value IS 13 (5.47% from 255) = 17.81%

R = 56.16%
G = 26.03%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.84

RGB Variations

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

Color information

#29130D (or 0x29130D) is known color: Seal Brown. HEX triplet: 29, 13 and 0D. RGB value is (41,19,13). Sum of RGB (Red+Green+Blue) = 41+19+13=73 (9% of max value = 765). Red value is 41 (16.41% from 255 or 56.16% from 73); Green value is 19 (7.81% from 255 or 26.03% from 73); Blue value is 13 (5.47% from 255 or 17.81% from 73); Max value from RGB is 41 - color contains mainly: red. Hex color #29130D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29130D is #D6ECF2. Grayscale: #181818. Windows color (decimal): -14085363 or 856873. OLE color: 856873.

HSL color Cylindrical-coordinate representation of color #29130D: hue angle of 12.86º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #29130D is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 19 13 -
CMYK 0 0.54 0.68 0.84
HSL 12.86º 0.52% 0.11% -
HSV(B) 12.86º 0.68% 0.16% -
XYZ 1.22 0.97 0.5 -
YUV 24.89 121.29 139.49 -
System Red Green Blue C M Y K H S L
Decimal 41 19 13 0 0.54 0.68 0.84 12.86 0.52 0.11
Hex 29 13 D 0 36 44 54 D 34 B
Octal 51 23 15 0 66 104 124 15 64 13
Binary 101001 10011 1101 0 110110 1000100 1010100 1101 110100 1011

Color Harmonies of #29130D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29130D

Black with #29130D

Text Example


Text Example

White with #29130D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29130D; }

 p { color: rgb(41,19,13); }

 H1.HeaderClassName
 {
   color: #29130D;
 }
 .AnyTagClassName
 {
   color: #29130D;
 }
</style>

background-color css

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

 a { background-color: rgb(41,19,13); }

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

border-color css

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

 span { border-color: rgb(41,19,13); }

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