#2C160F

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

Shades of Seal Brown #2C160F

Tints of Seal Brown #2C160F

Color information

#2C160F (or 0x2C160F) is unknown color: approx Seal Brown. HEX triplet: 2C, 16 and 0F. RGB value is (44,22,15). Sum of RGB (Red+Green+Blue) = 44+22+15=81 (10% of max value = 765). Red value is 44 (17.58% from 255 or 54.32% from 81); Green value is 22 (8.98% from 255 or 27.16% from 81); Blue value is 15 (6.25% from 255 or 18.52% from 81); Max value from RGB is 44 - color contains mainly: red. Hex color #2C160F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C160F is #D3E9F0. Grayscale: #1B1B1B. Windows color (decimal): -13887985 or 988716. OLE color: 988716.

HSL color Cylindrical-coordinate representation of color #2C160F: hue angle of 14.48º 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 #2C160F is Cyan = 0, Magento = 0.5, Yellow = 0.66 and Black (K on CMYK) = 0.83.

Color convert

RGB442215-
CMYK00.50.660.83
HSL14.48º49.15%11.57%-
HSV(B)14.48º65.91%17.25%-
XYZ1.411.140.6-
YUV27.78120.79139.57-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 54.32%
GREEN value IS 22 (8.98% from 255) = 27.16%
BLUE value IS 15 (6.25% from 255) = 18.52%
R=54.32%
G=27.16%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.66
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44221500.50.660.8314.4849.1511.57
Hex2C16F0324253e31c
Octal542617062102123166114
Binary10110010110111101100101000010101001111101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C160F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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