#2C1106

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

Shades of Seal Brown #2C1106

Tints of Seal Brown #2C1106

Color information

#2C1106 (or 0x2C1106) is unknown color: approx Seal Brown. HEX triplet: 2C, 11 and 06. RGB value is (44,17,6). Sum of RGB (Red+Green+Blue) = 44+17+6=67 (8% of max value = 765). Red value is 44 (17.58% from 255 or 65.67% from 67); Green value is 17 (7.03% from 255 or 25.37% from 67); Blue value is 6 (2.73% from 255 or 8.96% from 67); Max value from RGB is 44 - color contains mainly: red. Hex color #2C1106 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C1106 is #D3EEF9. Grayscale: #171717. Windows color (decimal): -13889274 or 397612. OLE color: 397612.

HSL color Cylindrical-coordinate representation of color #2C1106: hue angle of 17.37º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2C1106 is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.83.

Color convert

RGB44176-
CMYK00.610.860.83
HSL17.37º76%9.8%-
HSV(B)17.37º86.36%17.25%-
XYZ1.270.950.29-
YUV23.82117.95142.39-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 65.67%
GREEN value IS 17 (7.03% from 255) = 25.37%
BLUE value IS 6 (2.73% from 255) = 8.96%
R=65.67%
G=25.37%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.86
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4417600.610.860.8317.37769.8
Hex2C11603D5653114ca
Octal542160751261232111412
Binary101100100011100111101101011010100111000110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C1106; }

 p { color: rgb(44,17,6); }

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

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

 a { background-color: rgb(44,17,6); }

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

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

 span { border-color: rgb(44,17,6); }

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