Html Css Color HEX #29160F Seal Brown

📋 copy color: '#29160F'

red 41 ◦ green 22 ◦ blue 15

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

Shades of Seal Brown #29160F

Tints of Seal Brown #29160F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 28.21%

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

R = 52.56%
G = 28.21%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.84

RGB Variations

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

Color information

#29160F (or 0x29160F) is known color: Seal Brown. HEX triplet: 29, 16 and 0F. RGB value is (41,22,15). Sum of RGB (Red+Green+Blue) = 41+22+15=78 (10% of max value = 765). Red value is 41 (16.41% from 255 or 52.56% from 78); Green value is 22 (8.98% from 255 or 28.21% from 78); Blue value is 15 (6.25% from 255 or 19.23% from 78); Max value from RGB is 41 - color contains mainly: red. Hex color #29160F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29160F is #D6E9F0. Grayscale: #1A1A1A. Windows color (decimal): -14084593 or 988713. OLE color: 988713.

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

Color convert

RGB 41 22 15 -
CMYK 0 0.46 0.63 0.84
HSL 16.15º 0.46% 0.11% -
HSV(B) 16.15º 0.63% 0.16% -
XYZ 1.29 1.08 0.59 -
YUV 26.88 121.29 138.07 -
System Red Green Blue C M Y K H S L
Decimal 41 22 15 0 0.46 0.63 0.84 16.15 0.46 0.11
Hex 29 16 F 0 2E 3F 54 10 2E B
Octal 51 26 17 0 56 77 124 20 56 13
Binary 101001 10110 1111 0 101110 111111 1010100 10000 101110 1011

Color Harmonies of #29160F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29160F

Black with #29160F

Text Example


Text Example

White with #29160F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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