#1A0F09

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

Shades of Wood Bark #1A0F09

Tints of Wood Bark #1A0F09

Color information

#1A0F09 (or 0x1A0F09) is unknown color: approx Wood Bark. HEX triplet: 1A, 0F and 09. RGB value is (26,15,9). Sum of RGB (Red+Green+Blue) = 26+15+9=50 (6% of max value = 765). Red value is 26 (10.55% from 255 or 52% from 50); Green value is 15 (6.25% from 255 or 30% from 50); Blue value is 9 (3.91% from 255 or 18% from 50); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0F09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0F09 is #E5F0F6. Grayscale: #111111. Windows color (decimal): -15069431 or 593690. OLE color: 593690.

HSL color Cylindrical-coordinate representation of color #1A0F09: hue angle of 21.18º degrees, saturation: 0.49, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1A0F09 is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.90.

Color convert

RGB26159-
CMYK00.420.650.90
HSL21.18º48.57%6.86%-
HSV(B)21.18º65.38%10.2%-
XYZ0.650.580.34-
YUV17.6123.14133.99-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 52%
GREEN value IS 15 (6.25% from 255) = 30%
BLUE value IS 9 (3.91% from 255) = 18%
R=52%
G=30%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.65
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2615900.420.650.9021.1848.576.86
Hex1AF902A415A15317
Octal32171105210113225617
Binary110101111100101010101000001101101010101110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,15,9); }

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

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

 a { background-color: rgb(26,15,9); }

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

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

 span { border-color: rgb(26,15,9); }

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