#281B17

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

Shades of Wood Bark #281B17

Tints of Wood Bark #281B17

Color information

#281B17 (or 0x281B17) is unknown color: approx Wood Bark. HEX triplet: 28, 1B and 17. RGB value is (40,27,23). Sum of RGB (Red+Green+Blue) = 40+27+23=90 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.44% from 90); Green value is 27 (10.94% from 255 or 30% from 90); Blue value is 23 (9.38% from 255 or 25.56% from 90); Max value from RGB is 40 - color contains mainly: red. Hex color #281B17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281B17 is #D7E4E8. Grayscale: #1E1E1E. Windows color (decimal): -14148841 or 1514280. OLE color: 1514280.

HSL color Cylindrical-coordinate representation of color #281B17: hue angle of 14.12º degrees, saturation: 0.27, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #281B17 is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.84.

Color convert

RGB402723-
CMYK00.330.430.84
HSL14.12º26.98%12.35%-
HSV(B)14.12º42.5%15.69%-
XYZ1.421.30.99-
YUV30.43123.81134.83-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 44.44%
GREEN value IS 27 (10.94% from 255) = 30%
BLUE value IS 23 (9.38% from 255) = 25.56%
R=44.44%
G=30%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40272300.330.430.8414.1226.9812.35
Hex281B170212B54e1bc
Octal50332704153124163314
Binary1010001101110111010000110101110101001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281B17; }

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

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

<style>
 a { background-color: #281B17; }

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

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

<style>
 span { border-color: #281B17; }

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

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