#28150D

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

Shades of Wood Bark #28150D

Tints of Wood Bark #28150D

Color information

#28150D (or 0x28150D) is unknown color: approx Wood Bark. HEX triplet: 28, 15 and 0D. RGB value is (40,21,13). Sum of RGB (Red+Green+Blue) = 40+21+13=74 (9% of max value = 765). Red value is 40 (16.02% from 255 or 54.05% from 74); Green value is 21 (8.59% from 255 or 28.38% from 74); Blue value is 13 (5.47% from 255 or 17.57% from 74); Max value from RGB is 40 - color contains mainly: red. Hex color #28150D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28150D is #D7EAF2. Grayscale: #191919. Windows color (decimal): -14150387 or 857384. OLE color: 857384.

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

Color convert

RGB402113-
CMYK00.480.670.84
HSL17.78º50.94%10.39%-
HSV(B)17.78º67.5%15.69%-
XYZ1.221.020.51-
YUV25.77120.79138.15-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 54.05%
GREEN value IS 21 (8.59% from 255) = 28.38%
BLUE value IS 13 (5.47% from 255) = 17.57%
R=54.05%
G=28.38%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.67
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40211300.480.670.8417.7850.9410.39
Hex2815D03043541233a
Octal502515060103124226312
Binary101000101011101011000010000111010100100101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28150D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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