Html Css Color HEX #29120C Seal Brown

📋 copy color: '#29120C'

red 41 ◦ green 18 ◦ blue 12

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

Shades of Seal Brown #29120C

Tints of Seal Brown #29120C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 25.35%

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

R = 57.75%
G = 25.35%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.71

 K value IS 0.84

RGB Variations

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

Color information

#29120C (or 0x29120C) is known color: Seal Brown. HEX triplet: 29, 12 and 0C. RGB value is (41,18,12). Sum of RGB (Red+Green+Blue) = 41+18+12=71 (9% of max value = 765). Red value is 41 (16.41% from 255 or 57.75% from 71); Green value is 18 (7.42% from 255 or 25.35% from 71); Blue value is 12 (5.08% from 255 or 16.90% from 71); Max value from RGB is 41 - color contains mainly: red. Hex color #29120C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29120C is #D6EDF3. Grayscale: #181818. Windows color (decimal): -14085620 or 791081. OLE color: 791081.

HSL color Cylindrical-coordinate representation of color #29120C: hue angle of 12.41º 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 #29120C is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 18 12 -
CMYK 0 0.56 0.71 0.84
HSL 12.41º 0.55% 0.1% -
HSV(B) 12.41º 0.71% 0.16% -
XYZ 1.2 0.93 0.46 -
YUV 24.19 121.12 139.99 -
System Red Green Blue C M Y K H S L
Decimal 41 18 12 0 0.56 0.71 0.84 12.41 0.55 0.1
Hex 29 12 C 0 38 47 54 C 37 A
Octal 51 22 14 0 70 107 124 14 67 12
Binary 101001 10010 1100 0 111000 1000111 1010100 1100 110111 1010

Color Harmonies of #29120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29120C

Black with #29120C

Text Example


Text Example

White with #29120C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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