#28140A

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

Shades of Wood Bark #28140A

Tints of Wood Bark #28140A

Color information

#28140A (or 0x28140A) is unknown color: approx Wood Bark. HEX triplet: 28, 14 and 0A. RGB value is (40,20,10). Sum of RGB (Red+Green+Blue) = 40+20+10=70 (9% of max value = 765). Red value is 40 (16.02% from 255 or 57.14% from 70); Green value is 20 (8.20% from 255 or 28.57% from 70); Blue value is 10 (4.30% from 255 or 14.29% from 70); Max value from RGB is 40 - color contains mainly: red. Hex color #28140A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28140A is #D7EBF5. Grayscale: #181818. Windows color (decimal): -14150646 or 660520. OLE color: 660520.

HSL color Cylindrical-coordinate representation of color #28140A: hue angle of 20º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28140A is Cyan = 0, Magento = 0.5, Yellow = 0.75 and Black (K on CMYK) = 0.84.

Color convert

RGB402010-
CMYK00.50.750.84
HSL20º60%9.8%-
HSV(B)20º75%15.69%-
XYZ1.180.970.41-
YUV24.84119.63138.81-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 57.14%
GREEN value IS 20 (8.20% from 255) = 28.57%
BLUE value IS 10 (4.30% from 255) = 14.29%
R=57.14%
G=28.57%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.75
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40201000.50.750.8420609.8
Hex2814A0324B54143ca
Octal502412062113124247412
Binary101000101001010011001010010111010100101001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28140A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28140A; }

 p { color: rgb(40,20,10); }

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

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

 a { background-color: rgb(40,20,10); }

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

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

 span { border-color: rgb(40,20,10); }

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