Html Css Color HEX #29130C Seal Brown

📋 copy color: '#29130C'

red 41 ◦ green 19 ◦ blue 12

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

Shades of Seal Brown #29130C

Tints of Seal Brown #29130C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 16.67%

R = 56.94%
G = 26.39%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.71

 K value IS 0.84

RGB Variations

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

Color information

#29130C (or 0x29130C) is known color: Seal Brown. HEX triplet: 29, 13 and 0C. RGB value is (41,19,12). Sum of RGB (Red+Green+Blue) = 41+19+12=72 (9% of max value = 765). Red value is 41 (16.41% from 255 or 56.94% from 72); Green value is 19 (7.81% from 255 or 26.39% from 72); Blue value is 12 (5.08% from 255 or 16.67% from 72); Max value from RGB is 41 - color contains mainly: red. Hex color #29130C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29130C is #D6ECF3. Grayscale: #181818. Windows color (decimal): -14085364 or 791337. OLE color: 791337.

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

Color convert

RGB 41 19 12 -
CMYK 0 0.54 0.71 0.84
HSL 14.48º 0.55% 0.1% -
HSV(B) 14.48º 0.71% 0.16% -
XYZ 1.21 0.96 0.47 -
YUV 24.78 120.79 139.57 -
System Red Green Blue C M Y K H S L
Decimal 41 19 12 0 0.54 0.71 0.84 14.48 0.55 0.1
Hex 29 13 C 0 36 47 54 E 37 A
Octal 51 23 14 0 66 107 124 16 67 12
Binary 101001 10011 1100 0 110110 1000111 1010100 1110 110111 1010

Color Harmonies of #29130C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29130C

Black with #29130C

Text Example


Text Example

White with #29130C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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