#281711

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

Shades of Wood Bark #281711

Tints of Wood Bark #281711

Color information

#281711 (or 0x281711) is unknown color: approx Wood Bark. HEX triplet: 28, 17 and 11. RGB value is (40,23,17). Sum of RGB (Red+Green+Blue) = 40+23+17=80 (10% of max value = 765). Red value is 40 (16.02% from 255 or 50% from 80); Green value is 23 (9.38% from 255 or 28.75% from 80); Blue value is 17 (7.03% from 255 or 21.25% from 80); Max value from RGB is 40 - color contains mainly: red. Hex color #281711 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281711 is #D7E8EE. Grayscale: #1B1B1B. Windows color (decimal): -14149871 or 1120040. OLE color: 1120040.

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

Color convert

RGB402317-
CMYK00.430.570.84
HSL15.65º40.35%11.18%-
HSV(B)15.65º57.5%15.69%-
XYZ1.281.10.68-
YUV27.4122.13136.99-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 50%
GREEN value IS 23 (9.38% from 255) = 28.75%
BLUE value IS 17 (7.03% from 255) = 21.25%
R=50%
G=28.75%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.57
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40231700.430.570.8415.6540.3511.18
Hex28171102B39541028b
Octal50272105371124205013
Binary101000101111000101010111110011010100100001010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281711; }

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

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

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

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

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

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

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

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