#291C1B

Color #291C1B Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #291C1B

Tints of Seal Brown #291C1B

Color information

#291C1B (or 0x291C1B) is unknown color: approx Seal Brown. HEX triplet: 29, 1C and 1B. RGB value is (41,28,27). Sum of RGB (Red+Green+Blue) = 41+28+27=96 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.71% from 96); Green value is 28 (11.33% from 255 or 29.17% from 96); Blue value is 27 (10.94% from 255 or 28.12% from 96); Max value from RGB is 41 - color contains mainly: red. Hex color #291C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291C1B is #D6E3E4. Grayscale: #1F1F1F. Windows color (decimal): -14083045 or 1776681. OLE color: 1776681.

HSL color Cylindrical-coordinate representation of color #291C1B: hue angle of 4.29º degrees, saturation: 0.21, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #291C1B is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.84.

Color convert

RGB412827-
CMYK00.320.340.84
HSL4.29º20.59%13.33%-
HSV(B)4.29º34.15%16.08%-
XYZ1.531.381.22-
YUV31.77125.31134.58-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 42.71%
GREEN value IS 28 (11.33% from 255) = 29.17%
BLUE value IS 27 (10.94% from 255) = 28.12%
R=42.71%
G=29.17%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41282700.320.340.844.2920.5913.33
Hex291C1B0202254415d
Octal5134330404212442515
Binary101001111001101101000001000101010100100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291C1B; }

 p { color: rgb(41,28,27); }

 H1.HeaderClassName
 {
   color: #291C1B;
 }
 .AnyTagClassName
 {
   color: #291C1B;
 }
</style>
background-color css

<style>
 a { background-color: #291C1B; }

 a { background-color: rgb(41,28,27); }

 div.DivClassName
 {
   background-color: #291C1B;
 }
 .BgClassName
 {
   background-color: #291C1B;
 }
</style>
border-color css

<style>
 span { border-color: #291C1B; }

 span { border-color: rgb(41,28,27); }

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