#28180F

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

Shades of Wood Bark #28180F

Tints of Wood Bark #28180F

Color information

#28180F (or 0x28180F) is unknown color: approx Wood Bark. HEX triplet: 28, 18 and 0F. RGB value is (40,24,15). Sum of RGB (Red+Green+Blue) = 40+24+15=79 (10% of max value = 765). Red value is 40 (16.02% from 255 or 50.63% from 79); Green value is 24 (9.77% from 255 or 30.38% from 79); Blue value is 15 (6.25% from 255 or 18.99% from 79); Max value from RGB is 40 - color contains mainly: red. Hex color #28180F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28180F is #D7E7F0. Grayscale: #1B1B1B. Windows color (decimal): -14149617 or 989224. OLE color: 989224.

HSL color Cylindrical-coordinate representation of color #28180F: hue angle of 21.6º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #28180F is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.84.

Color convert

RGB402415-
CMYK00.400.620.84
HSL21.6º45.45%10.78%-
HSV(B)21.6º62.5%15.69%-
XYZ1.291.140.6-
YUV27.76120.8136.73-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 50.63%
GREEN value IS 24 (9.77% from 255) = 30.38%
BLUE value IS 15 (6.25% from 255) = 18.99%
R=50.63%
G=30.38%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.62
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40241500.400.620.8421.645.4510.78
Hex2818F0283E54162db
Octal50301705076124265513
Binary10100011000111101010001111101010100101101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28180F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28180F; }

 p { color: rgb(40,24,15); }

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

<style>
 a { background-color: #28180F; }

 a { background-color: rgb(40,24,15); }

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

<style>
 span { border-color: #28180F; }

 span { border-color: rgb(40,24,15); }

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