#21140C

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

Shades of Wood Bark #21140C

Tints of Wood Bark #21140C

Color information

#21140C (or 0x21140C) is unknown color: approx Wood Bark. HEX triplet: 21, 14 and 0C. RGB value is (33,20,12). Sum of RGB (Red+Green+Blue) = 33+20+12=65 (8% of max value = 765). Red value is 33 (13.28% from 255 or 50.77% from 65); Green value is 20 (8.20% from 255 or 30.77% from 65); Blue value is 12 (5.08% from 255 or 18.46% from 65); Max value from RGB is 33 - color contains mainly: red. Hex color #21140C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21140C is #DEEBF3. Grayscale: #171717. Windows color (decimal): -14609396 or 791585. OLE color: 791585.

HSL color Cylindrical-coordinate representation of color #21140C: hue angle of 22.86º degrees, saturation: 0.47, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #21140C is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.87.

Color convert

RGB332012-
CMYK00.390.640.87
HSL22.86º46.67%8.82%-
HSV(B)22.86º63.64%12.94%-
XYZ0.940.850.46-
YUV22.98121.81135.15-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 50.77%
GREEN value IS 20 (8.20% from 255) = 30.77%
BLUE value IS 12 (5.08% from 255) = 18.46%
R=50.77%
G=30.77%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.64
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33201200.390.640.8722.8646.678.82
Hex2114C0274057172f9
Octal412414047100127275711
Binary100001101001100010011110000001010111101111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21140C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21140C; }

 p { color: rgb(33,20,12); }

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

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

 a { background-color: rgb(33,20,12); }

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

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

 span { border-color: rgb(33,20,12); }

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