#28150A

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

Shades of Wood Bark #28150A

Tints of Wood Bark #28150A

Color information

#28150A (or 0x28150A) is unknown color: approx Wood Bark. HEX triplet: 28, 15 and 0A. RGB value is (40,21,10). Sum of RGB (Red+Green+Blue) = 40+21+10=71 (9% of max value = 765). Red value is 40 (16.02% from 255 or 56.34% from 71); Green value is 21 (8.59% from 255 or 29.58% from 71); Blue value is 10 (4.30% from 255 or 14.08% from 71); Max value from RGB is 40 - color contains mainly: red. Hex color #28150A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28150A is #D7EAF5. Grayscale: #191919. Windows color (decimal): -14150390 or 660776. OLE color: 660776.

HSL color Cylindrical-coordinate representation of color #28150A: hue angle of 22º 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 #28150A is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.84.

Color convert

RGB402110-
CMYK00.480.750.84
HSL22º60%9.8%-
HSV(B)22º75%15.69%-
XYZ1.21.010.42-
YUV25.43119.29138.39-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 56.34%
GREEN value IS 21 (8.59% from 255) = 29.58%
BLUE value IS 10 (4.30% from 255) = 14.08%
R=56.34%
G=29.58%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.75
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40211000.480.750.8422609.8
Hex2815A0304B54163ca
Octal502512060113124267412
Binary101000101011010011000010010111010100101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28150A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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