#2C1103

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

Shades of Seal Brown #2C1103

Tints of Seal Brown #2C1103

Color information

#2C1103 (or 0x2C1103) is unknown color: approx Seal Brown. HEX triplet: 2C, 11 and 03. RGB value is (44,17,3). Sum of RGB (Red+Green+Blue) = 44+17+3=64 (8% of max value = 765). Red value is 44 (17.58% from 255 or 68.75% from 64); Green value is 17 (7.03% from 255 or 26.56% from 64); Blue value is 3 (1.56% from 255 or 4.69% from 64); Max value from RGB is 44 - color contains mainly: red. Hex color #2C1103 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C1103 is #D3EEFC. Grayscale: #171717. Windows color (decimal): -13889277 or 201004. OLE color: 201004.

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

Color convert

RGB44173-
CMYK00.610.930.83
HSL20.49º87.23%9.22%-
HSV(B)20.49º93.18%17.25%-
XYZ1.260.940.2-
YUV23.48116.45142.64-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 68.75%
GREEN value IS 17 (7.03% from 255) = 26.56%
BLUE value IS 3 (1.56% from 255) = 4.69%
R=68.75%
G=26.56%
B=4.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.93
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4417300.610.930.8320.4987.239.22
Hex2C11303D5D5314579
Octal542130751351232412711
Binary10110010001110111101101110110100111010010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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