#1C1009

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

Shades of Wood Bark #1C1009

Tints of Wood Bark #1C1009

Color information

#1C1009 (or 0x1C1009) is unknown color: approx Wood Bark. HEX triplet: 1C, 10 and 09. RGB value is (28,16,9). Sum of RGB (Red+Green+Blue) = 28+16+9=53 (7% of max value = 765). Red value is 28 (11.33% from 255 or 52.83% from 53); Green value is 16 (6.64% from 255 or 30.19% from 53); Blue value is 9 (3.91% from 255 or 16.98% from 53); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1009 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1009 is #E3EFF6. Grayscale: #121212. Windows color (decimal): -14938103 or 593948. OLE color: 593948.

HSL color Cylindrical-coordinate representation of color #1C1009: hue angle of 22.11º degrees, saturation: 0.51, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1C1009 is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.89.

Color convert

RGB28169-
CMYK00.430.680.89
HSL22.11º51.35%7.25%-
HSV(B)22.11º67.86%10.98%-
XYZ0.710.640.34-
YUV18.79122.48134.57-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 52.83%
GREEN value IS 16 (6.64% from 255) = 30.19%
BLUE value IS 9 (3.91% from 255) = 16.98%
R=52.83%
G=30.19%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.68
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2816900.430.680.8922.1151.357.25
Hex1C10902B445916337
Octal34201105310413126637
Binary1110010000100101010111000100101100110110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,16,9); }

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

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

 a { background-color: rgb(28,16,9); }

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

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

 span { border-color: rgb(28,16,9); }

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