Html Css Color HEX #29100C Seal Brown

📋 copy color: '#29100C'

red 41 ◦ green 16 ◦ blue 12

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

Shades of Seal Brown #29100C

Tints of Seal Brown #29100C

RGB

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

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

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

R = 59.42%
G = 23.19%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.71

 K value IS 0.84

RGB Variations

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

Color information

#29100C (or 0x29100C) is known color: Seal Brown. HEX triplet: 29, 10 and 0C. RGB value is (41,16,12). Sum of RGB (Red+Green+Blue) = 41+16+12=69 (9% of max value = 765). Red value is 41 (16.41% from 255 or 59.42% from 69); Green value is 16 (6.64% from 255 or 23.19% from 69); Blue value is 12 (5.08% from 255 or 17.39% from 69); Max value from RGB is 41 - color contains mainly: red. Hex color #29100C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29100C is #D6EFF3. Grayscale: #171717. Windows color (decimal): -14086132 or 790569. OLE color: 790569.

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

Color convert

RGB 41 16 12 -
CMYK 0 0.61 0.71 0.84
HSL 8.28º 0.55% 0.1% -
HSV(B) 8.28º 0.71% 0.16% -
XYZ 1.17 0.87 0.45 -
YUV 23.02 121.78 140.83 -
System Red Green Blue C M Y K H S L
Decimal 41 16 12 0 0.61 0.71 0.84 8.28 0.55 0.1
Hex 29 10 C 0 3D 47 54 8 37 A
Octal 51 20 14 0 75 107 124 10 67 12
Binary 101001 10000 1100 0 111101 1000111 1010100 1000 110111 1010

Color Harmonies of #29100C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29100C

Black with #29100C

Text Example


Text Example

White with #29100C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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