#1C0C00

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

Shades of Wood Bark #1C0C00

Tints of Wood Bark #1C0C00

Color information

#1C0C00 (or 0x1C0C00) is unknown color: approx Wood Bark. HEX triplet: 1C, 0C and 00. RGB value is (28,12,0). Sum of RGB (Red+Green+Blue) = 28+12+0=40 (5% of max value = 765). Red value is 28 (11.33% from 255 or 70% from 40); Green value is 12 (5.08% from 255 or 30% from 40); Blue value is 0 (0.39% from 255 or 0% from 40); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0C00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0C00 is #E3F3FF. Grayscale: #0F0F0F. Windows color (decimal): -14939136 or 3100. OLE color: 3100.

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

Color convert

RGB28120-
CMYK00.5710.89
HSL25.71º100%5.49%-
HSV(B)25.71º100%10.98%-
XYZ0.610.510.07-
YUV15.42119.3136.98-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 70%
GREEN value IS 12 (5.08% from 255) = 30%
BLUE value IS 0 (0.39% from 255) = 0%
R=70%
G=30%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 1
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2812000.5710.8925.711005.49
Hex1CC003964591a645
Octal34140071144131321445
Binary1110011000011100111001001011001110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,12,0); }

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

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

 a { background-color: rgb(28,12,0); }

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

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

 span { border-color: rgb(28,12,0); }

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