Html Css Color HEX #29130A Seal Brown

📋 copy color: '#29130A'

red 41 ◦ green 19 ◦ blue 10

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

Shades of Seal Brown #29130A

Tints of Seal Brown #29130A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 14.29%

R = 58.57%
G = 27.14%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.76

 K value IS 0.84

RGB Variations

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

Color information

#29130A (or 0x29130A) is known color: Seal Brown. HEX triplet: 29, 13 and 0A. RGB value is (41,19,10). Sum of RGB (Red+Green+Blue) = 41+19+10=70 (9% of max value = 765). Red value is 41 (16.41% from 255 or 58.57% from 70); Green value is 19 (7.81% from 255 or 27.14% from 70); Blue value is 10 (4.30% from 255 or 14.29% from 70); Max value from RGB is 41 - color contains mainly: red. Hex color #29130A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29130A is #D6ECF5. Grayscale: #181818. Windows color (decimal): -14085366 or 660265. OLE color: 660265.

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

Color convert

RGB 41 19 10 -
CMYK 0 0.54 0.76 0.84
HSL 17.42º 0.61% 0.1% -
HSV(B) 17.42º 0.76% 0.16% -
XYZ 1.2 0.96 0.41 -
YUV 24.55 119.79 139.73 -
System Red Green Blue C M Y K H S L
Decimal 41 19 10 0 0.54 0.76 0.84 17.42 0.61 0.1
Hex 29 13 A 0 36 4C 54 11 3D A
Octal 51 23 12 0 66 114 124 21 75 12
Binary 101001 10011 1010 0 110110 1001100 1010100 10001 111101 1010

Color Harmonies of #29130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29130A

Black with #29130A

Text Example


Text Example

White with #29130A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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