#1C1614

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

Shades of Wood Bark #1C1614

Tints of Wood Bark #1C1614

Color information

#1C1614 (or 0x1C1614) is unknown color: approx Wood Bark. HEX triplet: 1C, 16 and 14. RGB value is (28,22,20). Sum of RGB (Red+Green+Blue) = 28+22+20=70 (9% of max value = 765). Red value is 28 (11.33% from 255 or 40% from 70); Green value is 22 (8.98% from 255 or 31.43% from 70); Blue value is 20 (8.20% from 255 or 28.57% from 70); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1614 is #E3E9EB. Grayscale: #171717. Windows color (decimal): -14936556 or 1316380. OLE color: 1316380.

HSL color Cylindrical-coordinate representation of color #1C1614: hue angle of 15º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #1C1614 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.89.

Color convert

RGB282220-
CMYK00.210.290.89
HSL15º16.67%9.41%-
HSV(B)15º28.57%10.98%-
XYZ0.890.870.78-
YUV23.57125.99131.16-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 40%
GREEN value IS 22 (8.98% from 255) = 31.43%
BLUE value IS 20 (8.20% from 255) = 28.57%
R=40%
G=31.43%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28222000.210.290.891516.679.41
Hex1C16140151D59f119
Octal34262402535131172111
Binary1110010110101000101011110110110011111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,22,20); }

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

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

 a { background-color: rgb(28,22,20); }

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

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

 span { border-color: rgb(28,22,20); }

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