#28150C

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

Shades of Wood Bark #28150C

Tints of Wood Bark #28150C

Color information

#28150C (or 0x28150C) is unknown color: approx Wood Bark. HEX triplet: 28, 15 and 0C. RGB value is (40,21,12). Sum of RGB (Red+Green+Blue) = 40+21+12=73 (9% of max value = 765). Red value is 40 (16.02% from 255 or 54.79% from 73); Green value is 21 (8.59% from 255 or 28.77% from 73); Blue value is 12 (5.08% from 255 or 16.44% from 73); Max value from RGB is 40 - color contains mainly: red. Hex color #28150C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28150C is #D7EAF3. Grayscale: #191919. Windows color (decimal): -14150388 or 791848. OLE color: 791848.

HSL color Cylindrical-coordinate representation of color #28150C: hue angle of 19.29º degrees, saturation: 0.54, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #28150C is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.84.

Color convert

RGB402112-
CMYK00.480.700.84
HSL19.29º53.85%10.2%-
HSV(B)19.29º70%15.69%-
XYZ1.211.010.48-
YUV25.65120.29138.23-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 54.79%
GREEN value IS 21 (8.59% from 255) = 28.77%
BLUE value IS 12 (5.08% from 255) = 16.44%
R=54.79%
G=28.77%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.70
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40211200.480.700.8419.2953.8510.2
Hex2815C03046541336a
Octal502514060106124236612
Binary101000101011100011000010001101010100100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28150C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,21,12); }

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

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

 a { background-color: rgb(40,21,12); }

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

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

 span { border-color: rgb(40,21,12); }

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