#1C120D

Color #1C120D Wood Bark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wood Bark #1C120D

Tints of Wood Bark #1C120D

Color information

#1C120D (or 0x1C120D) is unknown color: approx Wood Bark. HEX triplet: 1C, 12 and 0D. RGB value is (28,18,13). Sum of RGB (Red+Green+Blue) = 28+18+13=59 (7% of max value = 765). Red value is 28 (11.33% from 255 or 47.46% from 59); Green value is 18 (7.42% from 255 or 30.51% from 59); Blue value is 13 (5.47% from 255 or 22.03% from 59); Max value from RGB is 28 - color contains mainly: red. Hex color #1C120D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C120D is #E3EDF2. Grayscale: #141414. Windows color (decimal): -14937587 or 856604. OLE color: 856604.

HSL color Cylindrical-coordinate representation of color #1C120D: hue angle of 20º degrees, saturation: 0.37, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1C120D is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.89.

Color convert

RGB281813-
CMYK00.360.540.89
HSL20º36.59%8.04%-
HSV(B)20º53.57%10.98%-
XYZ0.770.710.48-
YUV20.42123.81133.41-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 47.46%
GREEN value IS 18 (7.42% from 255) = 30.51%
BLUE value IS 13 (5.47% from 255) = 22.03%
R=47.46%
G=30.51%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.54
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28181300.360.540.892036.598.04
Hex1C12D024365914258
Octal34221504466131244510
Binary1110010010110101001001101101011001101001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C120D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C120D; }

 p { color: rgb(28,18,13); }

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

<style>
 a { background-color: #1C120D; }

 a { background-color: rgb(28,18,13); }

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

<style>
 span { border-color: #1C120D; }

 span { border-color: rgb(28,18,13); }

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