#290C0C

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

Shades of Seal Brown #290C0C

Tints of Seal Brown #290C0C

Color information

#290C0C (or 0x290C0C) is unknown color: approx Seal Brown. HEX triplet: 29, 0C and 0C. RGB value is (41,12,12). Sum of RGB (Red+Green+Blue) = 41+12+12=65 (8% of max value = 765). Red value is 41 (16.41% from 255 or 63.08% from 65); Green value is 12 (5.08% from 255 or 18.46% from 65); Blue value is 12 (5.08% from 255 or 18.46% from 65); Max value from RGB is 41 - color contains mainly: red. Hex color #290C0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290C0C is #D6F3F3. Grayscale: #141414. Windows color (decimal): -14087156 or 789545. OLE color: 789545.

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

Color convert

RGB411212-
CMYK00.710.710.84
HSL54.72%10.39%-
HSV(B)70.73%16.08%-
XYZ1.110.760.44-
YUV20.67123.11142.5-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 63.08%
GREEN value IS 12 (5.08% from 255) = 18.46%
BLUE value IS 12 (5.08% from 255) = 18.46%
R=63.08%
G=18.46%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.71
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41121200.710.710.84054.7210.39
Hex29CC0474754037a
Octal511414010710712406712
Binary10100111001100010001111000111101010001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290C0C; }

 p { color: rgb(41,12,12); }

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

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

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

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

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

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

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