#28170C

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

Shades of Wood Bark #28170C

Tints of Wood Bark #28170C

Color information

#28170C (or 0x28170C) is unknown color: approx Wood Bark. HEX triplet: 28, 17 and 0C. RGB value is (40,23,12). Sum of RGB (Red+Green+Blue) = 40+23+12=75 (9% of max value = 765). Red value is 40 (16.02% from 255 or 53.33% from 75); Green value is 23 (9.38% from 255 or 30.67% from 75); Blue value is 12 (5.08% from 255 or 16% from 75); Max value from RGB is 40 - color contains mainly: red. Hex color #28170C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28170C is #D7E8F3. Grayscale: #1A1A1A. Windows color (decimal): -14149876 or 792360. OLE color: 792360.

HSL color Cylindrical-coordinate representation of color #28170C: hue angle of 23.57º degrees, saturation: 0.54, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #28170C is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.84.

Color convert

RGB402312-
CMYK00.430.700.84
HSL23.57º53.85%10.2%-
HSV(B)23.57º70%15.69%-
XYZ1.251.090.49-
YUV26.83119.63137.39-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 53.33%
GREEN value IS 23 (9.38% from 255) = 30.67%
BLUE value IS 12 (5.08% from 255) = 16%
R=53.33%
G=30.67%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.70
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40231200.430.700.8423.5753.8510.2
Hex2817C02B46541836a
Octal502714053106124306612
Binary101000101111100010101110001101010100110001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28170C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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