#180E08

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

Shades of Wood Bark #180E08

Tints of Wood Bark #180E08

Color information

#180E08 (or 0x180E08) is unknown color: approx Wood Bark. HEX triplet: 18, 0E and 08. RGB value is (24,14,8). Sum of RGB (Red+Green+Blue) = 24+14+8=46 (6% of max value = 765). Red value is 24 (9.77% from 255 or 52.17% from 46); Green value is 14 (5.86% from 255 or 30.43% from 46); Blue value is 8 (3.52% from 255 or 17.39% from 46); Max value from RGB is 24 - color contains mainly: red. Hex color #180E08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180E08 is #E7F1F7. Grayscale: #101010. Windows color (decimal): -15200760 or 527896. OLE color: 527896.

HSL color Cylindrical-coordinate representation of color #180E08: hue angle of 22.5º degrees, saturation: 0.5, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #180E08 is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.91.

Color convert

RGB24148-
CMYK00.420.670.91
HSL22.5º50%6.27%-
HSV(B)22.5º66.67%9.41%-
XYZ0.580.530.3-
YUV16.31123.31133.49-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 52.17%
GREEN value IS 14 (5.86% from 255) = 30.43%
BLUE value IS 8 (3.52% from 255) = 17.39%
R=52.17%
G=30.43%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.67
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2414800.420.670.9122.5506.27
Hex18E802A435B16326
Octal30161005210313326626
Binary110001110100001010101000011101101110110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180E08; }

 p { color: rgb(24,14,8); }

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

<style>
 a { background-color: #180E08; }

 a { background-color: rgb(24,14,8); }

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

<style>
 span { border-color: #180E08; }

 span { border-color: rgb(24,14,8); }

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