Html Css Color HEX #29140F Seal Brown

📋 copy color: '#29140F'

red 41 ◦ green 20 ◦ blue 15

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

Shades of Seal Brown #29140F

Tints of Seal Brown #29140F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 26.32%

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

R = 53.95%
G = 26.32%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.84

RGB Variations

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

Color information

#29140F (or 0x29140F) is known color: Seal Brown. HEX triplet: 29, 14 and 0F. RGB value is (41,20,15). Sum of RGB (Red+Green+Blue) = 41+20+15=76 (10% of max value = 765). Red value is 41 (16.41% from 255 or 53.95% from 76); Green value is 20 (8.20% from 255 or 26.32% from 76); Blue value is 15 (6.25% from 255 or 19.74% from 76); Max value from RGB is 41 - color contains mainly: red. Hex color #29140F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29140F is #D6EBF0. Grayscale: #191919. Windows color (decimal): -14085105 or 988201. OLE color: 988201.

HSL color Cylindrical-coordinate representation of color #29140F: hue angle of 11.54º 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 #29140F is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 20 15 -
CMYK 0 0.51 0.63 0.84
HSL 11.54º 0.46% 0.11% -
HSV(B) 11.54º 0.63% 0.16% -
XYZ 1.25 1.01 0.58 -
YUV 25.71 121.96 138.91 -
System Red Green Blue C M Y K H S L
Decimal 41 20 15 0 0.51 0.63 0.84 11.54 0.46 0.11
Hex 29 14 F 0 33 3F 54 C 2E B
Octal 51 24 17 0 63 77 124 14 56 13
Binary 101001 10100 1111 0 110011 111111 1010100 1100 101110 1011

Color Harmonies of #29140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29140F

Black with #29140F

Text Example


Text Example

White with #29140F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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