#28170F

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

Shades of Wood Bark #28170F

Tints of Wood Bark #28170F

Color information

#28170F (or 0x28170F) is unknown color: approx Wood Bark. HEX triplet: 28, 17 and 0F. RGB value is (40,23,15). Sum of RGB (Red+Green+Blue) = 40+23+15=78 (10% of max value = 765). Red value is 40 (16.02% from 255 or 51.28% from 78); Green value is 23 (9.38% from 255 or 29.49% from 78); Blue value is 15 (6.25% from 255 or 19.23% from 78); Max value from RGB is 40 - color contains mainly: red. Hex color #28170F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28170F is #D7E8F0. Grayscale: #1B1B1B. Windows color (decimal): -14149873 or 988968. OLE color: 988968.

HSL color Cylindrical-coordinate representation of color #28170F: hue angle of 19.2º 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 #28170F is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.84.

Color convert

RGB402315-
CMYK00.430.620.84
HSL19.2º45.45%10.78%-
HSV(B)19.2º62.5%15.69%-
XYZ1.271.10.6-
YUV27.17121.13137.15-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 51.28%
GREEN value IS 23 (9.38% from 255) = 29.49%
BLUE value IS 15 (6.25% from 255) = 19.23%
R=51.28%
G=29.49%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.62
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40231500.430.620.8419.245.4510.78
Hex2817F02B3E54132db
Octal50271705376124235513
Binary10100010111111101010111111101010100100111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28170F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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