#291208

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

Shades of Seal Brown #291208

Tints of Seal Brown #291208

Color information

#291208 (or 0x291208) is unknown color: approx Seal Brown. HEX triplet: 29, 12 and 08. RGB value is (41,18,8). Sum of RGB (Red+Green+Blue) = 41+18+8=67 (8% of max value = 765). Red value is 41 (16.41% from 255 or 61.19% from 67); Green value is 18 (7.42% from 255 or 26.87% from 67); Blue value is 8 (3.52% from 255 or 11.94% from 67); Max value from RGB is 41 - color contains mainly: red. Hex color #291208 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291208 is #D6EDF7. Grayscale: #171717. Windows color (decimal): -14085624 or 528937. OLE color: 528937.

HSL color Cylindrical-coordinate representation of color #291208: hue angle of 18.18º degrees, saturation: 0.67, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #291208 is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.84.

Color convert

RGB41188-
CMYK00.560.800.84
HSL18.18º67.35%9.61%-
HSV(B)18.18º80.49%16.08%-
XYZ1.170.920.35-
YUV23.74119.12140.31-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 61.19%
GREEN value IS 18 (7.42% from 255) = 26.87%
BLUE value IS 8 (3.52% from 255) = 11.94%
R=61.19%
G=26.87%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.80
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4118800.560.800.8418.1867.359.61
Hex2912803850541243a
Octal5122100701201242210312
Binary1010011001010000111000101000010101001001010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291208; }

 p { color: rgb(41,18,8); }

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

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

 a { background-color: rgb(41,18,8); }

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

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

 span { border-color: rgb(41,18,8); }

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