Html Css Color HEX #29130E Seal Brown

📋 copy color: '#29130E'

red 41 ◦ green 19 ◦ blue 14

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

Shades of Seal Brown #29130E

Tints of Seal Brown #29130E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 18.92%

R = 55.41%
G = 25.68%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.66

 K value IS 0.84

RGB Variations

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

Color information

#29130E (or 0x29130E) is known color: Seal Brown. HEX triplet: 29, 13 and 0E. RGB value is (41,19,14). Sum of RGB (Red+Green+Blue) = 41+19+14=74 (9% of max value = 765). Red value is 41 (16.41% from 255 or 55.41% from 74); Green value is 19 (7.81% from 255 or 25.68% from 74); Blue value is 14 (5.86% from 255 or 18.92% from 74); Max value from RGB is 41 - color contains mainly: red. Hex color #29130E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29130E is #D6ECF1. Grayscale: #191919. Windows color (decimal): -14085362 or 922409. OLE color: 922409.

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

Color convert

RGB 41 19 14 -
CMYK 0 0.54 0.66 0.84
HSL 11.11º 0.49% 0.11% -
HSV(B) 11.11º 0.66% 0.16% -
XYZ 1.23 0.97 0.54 -
YUV 25.01 121.79 139.41 -
System Red Green Blue C M Y K H S L
Decimal 41 19 14 0 0.54 0.66 0.84 11.11 0.49 0.11
Hex 29 13 E 0 36 42 54 B 31 B
Octal 51 23 16 0 66 102 124 13 61 13
Binary 101001 10011 1110 0 110110 1000010 1010100 1011 110001 1011

Color Harmonies of #29130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29130E

Black with #29130E

Text Example


Text Example

White with #29130E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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