#281710

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

Shades of Wood Bark #281710

Tints of Wood Bark #281710

Color information

#281710 (or 0x281710) is unknown color: approx Wood Bark. HEX triplet: 28, 17 and 10. RGB value is (40,23,16). Sum of RGB (Red+Green+Blue) = 40+23+16=79 (10% of max value = 765). Red value is 40 (16.02% from 255 or 50.63% from 79); Green value is 23 (9.38% from 255 or 29.11% from 79); Blue value is 16 (6.64% from 255 or 20.25% from 79); Max value from RGB is 40 - color contains mainly: red. Hex color #281710 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281710 is #D7E8EF. Grayscale: #1B1B1B. Windows color (decimal): -14149872 or 1054504. OLE color: 1054504.

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

Color convert

RGB402316-
CMYK00.430.600.84
HSL17.5º42.86%10.98%-
HSV(B)17.5º60%15.69%-
XYZ1.271.10.64-
YUV27.28121.63137.07-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 50.63%
GREEN value IS 23 (9.38% from 255) = 29.11%
BLUE value IS 16 (6.64% from 255) = 20.25%
R=50.63%
G=29.11%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.60
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40231600.430.600.8417.542.8610.98
Hex28171002B3C54122bb
Octal50272005374124225313
Binary101000101111000001010111111001010100100101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281710; }

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

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

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

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

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

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

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

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