#28150B

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

Shades of Wood Bark #28150B

Tints of Wood Bark #28150B

Color information

#28150B (or 0x28150B) is unknown color: approx Wood Bark. HEX triplet: 28, 15 and 0B. RGB value is (40,21,11). Sum of RGB (Red+Green+Blue) = 40+21+11=72 (9% of max value = 765). Red value is 40 (16.02% from 255 or 55.56% from 72); Green value is 21 (8.59% from 255 or 29.17% from 72); Blue value is 11 (4.69% from 255 or 15.28% from 72); Max value from RGB is 40 - color contains mainly: red. Hex color #28150B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28150B is #D7EAF4. Grayscale: #191919. Windows color (decimal): -14150389 or 726312. OLE color: 726312.

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

Color convert

RGB402111-
CMYK00.480.720.84
HSL20.69º56.86%10%-
HSV(B)20.69º72.5%15.69%-
XYZ1.21.010.45-
YUV25.54119.79138.31-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 55.56%
GREEN value IS 21 (8.59% from 255) = 29.17%
BLUE value IS 11 (4.69% from 255) = 15.28%
R=55.56%
G=29.17%
B=15.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.72
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40211100.480.720.8420.6956.8610
Hex2815B03048541539a
Octal502513060110124257112
Binary101000101011011011000010010001010100101011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28150B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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