#201814

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

Shades of Wood Bark #201814

Tints of Wood Bark #201814

Color information

#201814 (or 0x201814) is unknown color: approx Wood Bark. HEX triplet: 20, 18 and 14. RGB value is (32,24,20). Sum of RGB (Red+Green+Blue) = 32+24+20=76 (10% of max value = 765). Red value is 32 (12.89% from 255 or 42.11% from 76); Green value is 24 (9.77% from 255 or 31.58% from 76); Blue value is 20 (8.20% from 255 or 26.32% from 76); Max value from RGB is 32 - color contains mainly: red. Hex color #201814 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201814 is #DFE7EB. Grayscale: #191919. Windows color (decimal): -14673900 or 1316896. OLE color: 1316896.

HSL color Cylindrical-coordinate representation of color #201814: hue angle of 20º degrees, saturation: 0.23, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #201814 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.87.

Color convert

RGB322420-
CMYK00.250.370.87
HSL20º23.08%10.2%-
HSV(B)20º37.5%12.55%-
XYZ1.051.010.8-
YUV25.94124.65132.33-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 42.11%
GREEN value IS 24 (9.77% from 255) = 31.58%
BLUE value IS 20 (8.20% from 255) = 26.32%
R=42.11%
G=31.58%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32242000.250.370.872023.0810.2
Hex20181401925571417a
Octal40302403145127242712
Binary1000001100010100011001100101101011110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201814; }

 p { color: rgb(32,24,20); }

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

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

 a { background-color: rgb(32,24,20); }

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

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

 span { border-color: rgb(32,24,20); }

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