Html Css Color HEX #29130F Seal Brown

📋 copy color: '#29130F'

red 41 ◦ green 19 ◦ blue 15

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

Shades of Seal Brown #29130F

Tints of Seal Brown #29130F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 20%

R = 54.67%
G = 25.33%
B = 20%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.84

RGB Variations

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

Color information

#29130F (or 0x29130F) is known color: Seal Brown. HEX triplet: 29, 13 and 0F. RGB value is (41,19,15). Sum of RGB (Red+Green+Blue) = 41+19+15=75 (9% of max value = 765). Red value is 41 (16.41% from 255 or 54.67% from 75); Green value is 19 (7.81% from 255 or 25.33% from 75); Blue value is 15 (6.25% from 255 or 20% from 75); Max value from RGB is 41 - color contains mainly: red. Hex color #29130F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29130F is #D6ECF0. Grayscale: #191919. Windows color (decimal): -14085361 or 987945. OLE color: 987945.

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

Color convert

RGB 41 19 15 -
CMYK 0 0.54 0.63 0.84
HSL 9.23º 0.46% 0.11% -
HSV(B) 9.23º 0.63% 0.16% -
XYZ 1.23 0.97 0.57 -
YUV 25.12 122.29 139.33 -
System Red Green Blue C M Y K H S L
Decimal 41 19 15 0 0.54 0.63 0.84 9.23 0.46 0.11
Hex 29 13 F 0 36 3F 54 9 2E B
Octal 51 23 17 0 66 77 124 11 56 13
Binary 101001 10011 1111 0 110110 111111 1010100 1001 101110 1011

Color Harmonies of #29130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29130F

Black with #29130F

Text Example


Text Example

White with #29130F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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