#1C1008

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

Shades of Wood Bark #1C1008

Tints of Wood Bark #1C1008

Color information

#1C1008 (or 0x1C1008) is unknown color: approx Wood Bark. HEX triplet: 1C, 10 and 08. RGB value is (28,16,8). Sum of RGB (Red+Green+Blue) = 28+16+8=52 (6% of max value = 765). Red value is 28 (11.33% from 255 or 53.85% from 52); Green value is 16 (6.64% from 255 or 30.77% from 52); Blue value is 8 (3.52% from 255 or 15.38% from 52); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1008 is #E3EFF7. Grayscale: #121212. Windows color (decimal): -14938104 or 528412. OLE color: 528412.

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

Color convert

RGB28168-
CMYK00.430.710.89
HSL24º55.56%7.06%-
HSV(B)24º71.43%10.98%-
XYZ0.710.630.31-
YUV18.68121.98134.65-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 53.85%
GREEN value IS 16 (6.64% from 255) = 30.77%
BLUE value IS 8 (3.52% from 255) = 15.38%
R=53.85%
G=30.77%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.71
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2816800.430.710.892455.567.06
Hex1C10802B475918387
Octal34201005310713130707
Binary1110010000100001010111000111101100111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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