#2C1713

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

Shades of Seal Brown #2C1713

Tints of Seal Brown #2C1713

Color information

#2C1713 (or 0x2C1713) is unknown color: approx Seal Brown. HEX triplet: 2C, 17 and 13. RGB value is (44,23,19). Sum of RGB (Red+Green+Blue) = 44+23+19=86 (11% of max value = 765). Red value is 44 (17.58% from 255 or 51.16% from 86); Green value is 23 (9.38% from 255 or 26.74% from 86); Blue value is 19 (7.81% from 255 or 22.09% from 86); Max value from RGB is 44 - color contains mainly: red. Hex color #2C1713 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C1713 is #D3E8EC. Grayscale: #1C1C1C. Windows color (decimal): -13887725 or 1251116. OLE color: 1251116.

HSL color Cylindrical-coordinate representation of color #2C1713: hue angle of 9.6º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2C1713 is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.83.

Color convert

RGB442319-
CMYK00.480.570.83
HSL9.6º39.68%12.35%-
HSV(B)9.6º56.82%17.25%-
XYZ1.461.20.77-
YUV28.82122.46138.83-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 51.16%
GREEN value IS 23 (9.38% from 255) = 26.74%
BLUE value IS 19 (7.81% from 255) = 22.09%
R=51.16%
G=26.74%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44231900.480.570.839.639.6812.35
Hex2C17130303953a28c
Octal54272306071123125014
Binary10110010111100110110000111001101001110101010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,23,19); }

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

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

 a { background-color: rgb(44,23,19); }

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

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

 span { border-color: rgb(44,23,19); }

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