Html Css Color HEX #29100D Seal Brown

📋 copy color: '#29100D'

red 41 ◦ green 16 ◦ blue 13

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

Shades of Seal Brown #29100D

Tints of Seal Brown #29100D

RGB

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

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

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

R = 58.57%
G = 22.86%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.84

RGB Variations

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

Color information

#29100D (or 0x29100D) is known color: Seal Brown. HEX triplet: 29, 10 and 0D. RGB value is (41,16,13). Sum of RGB (Red+Green+Blue) = 41+16+13=70 (9% of max value = 765). Red value is 41 (16.41% from 255 or 58.57% from 70); Green value is 16 (6.64% from 255 or 22.86% from 70); Blue value is 13 (5.47% from 255 or 18.57% from 70); Max value from RGB is 41 - color contains mainly: red. Hex color #29100D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29100D is #D6EFF2. Grayscale: #171717. Windows color (decimal): -14086131 or 856105. OLE color: 856105.

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

Color convert

RGB 41 16 13 -
CMYK 0 0.61 0.68 0.84
HSL 6.43º 0.52% 0.11% -
HSV(B) 6.43º 0.68% 0.16% -
XYZ 1.17 0.87 0.49 -
YUV 23.13 122.28 140.74 -
System Red Green Blue C M Y K H S L
Decimal 41 16 13 0 0.61 0.68 0.84 6.43 0.52 0.11
Hex 29 10 D 0 3D 44 54 6 34 B
Octal 51 20 15 0 75 104 124 6 64 13
Binary 101001 10000 1101 0 111101 1000100 1010100 110 110100 1011

Color Harmonies of #29100D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29100D

Black with #29100D

Text Example


Text Example

White with #29100D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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