#2C110F

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

Shades of Seal Brown #2C110F

Tints of Seal Brown #2C110F

Color information

#2C110F (or 0x2C110F) is unknown color: approx Seal Brown. HEX triplet: 2C, 11 and 0F. RGB value is (44,17,15). Sum of RGB (Red+Green+Blue) = 44+17+15=76 (10% of max value = 765). Red value is 44 (17.58% from 255 or 57.89% from 76); Green value is 17 (7.03% from 255 or 22.37% from 76); Blue value is 15 (6.25% from 255 or 19.74% from 76); Max value from RGB is 44 - color contains mainly: red. Hex color #2C110F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C110F is #D3EEF0. Grayscale: #181818. Windows color (decimal): -13889265 or 987436. OLE color: 987436.

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

Color convert

RGB441715-
CMYK00.610.660.83
HSL4.14º49.15%11.57%-
HSV(B)4.14º65.91%17.25%-
XYZ1.330.970.57-
YUV24.84122.45141.66-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 57.89%
GREEN value IS 17 (7.03% from 255) = 22.37%
BLUE value IS 15 (6.25% from 255) = 19.74%
R=57.89%
G=22.37%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.66
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44171500.610.660.834.1449.1511.57
Hex2C11F03D4253431c
Octal54211707510212346114
Binary1011001000111110111101100001010100111001100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C110F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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