#28170E

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

Shades of Wood Bark #28170E

Tints of Wood Bark #28170E

Color information

#28170E (or 0x28170E) is unknown color: approx Wood Bark. HEX triplet: 28, 17 and 0E. RGB value is (40,23,14). Sum of RGB (Red+Green+Blue) = 40+23+14=77 (10% of max value = 765). Red value is 40 (16.02% from 255 or 51.95% from 77); Green value is 23 (9.38% from 255 or 29.87% from 77); Blue value is 14 (5.86% from 255 or 18.18% from 77); Max value from RGB is 40 - color contains mainly: red. Hex color #28170E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28170E is #D7E8F1. Grayscale: #1B1B1B. Windows color (decimal): -14149874 or 923432. OLE color: 923432.

HSL color Cylindrical-coordinate representation of color #28170E: hue angle of 20.77º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #28170E is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.84.

Color convert

RGB402314-
CMYK00.430.650.84
HSL20.77º48.15%10.59%-
HSV(B)20.77º65%15.69%-
XYZ1.261.10.56-
YUV27.06120.63137.23-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 51.95%
GREEN value IS 23 (9.38% from 255) = 29.87%
BLUE value IS 14 (5.86% from 255) = 18.18%
R=51.95%
G=29.87%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.65
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40231400.430.650.8420.7748.1510.59
Hex2817E02B41541530b
Octal502716053101124256013
Binary101000101111110010101110000011010100101011100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28170E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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