#21140E

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

Shades of Wood Bark #21140E

Tints of Wood Bark #21140E

Color information

#21140E (or 0x21140E) is unknown color: approx Wood Bark. HEX triplet: 21, 14 and 0E. RGB value is (33,20,14). Sum of RGB (Red+Green+Blue) = 33+20+14=67 (8% of max value = 765). Red value is 33 (13.28% from 255 or 49.25% from 67); Green value is 20 (8.20% from 255 or 29.85% from 67); Blue value is 14 (5.86% from 255 or 20.90% from 67); Max value from RGB is 33 - color contains mainly: red. Hex color #21140E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21140E is #DEEBF1. Grayscale: #171717. Windows color (decimal): -14609394 or 922657. OLE color: 922657.

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

Color convert

RGB332014-
CMYK00.390.580.87
HSL18.95º40.43%9.22%-
HSV(B)18.95º57.58%12.94%-
XYZ0.960.860.53-
YUV23.2122.81134.99-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 49.25%
GREEN value IS 20 (8.20% from 255) = 29.85%
BLUE value IS 14 (5.86% from 255) = 20.90%
R=49.25%
G=29.85%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.58
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33201400.390.580.8718.9540.439.22
Hex2114E0273A5713289
Octal41241604772127235011
Binary10000110100111001001111110101010111100111010001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21140E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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