#281913

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

Shades of Wood Bark #281913

Tints of Wood Bark #281913

Color information

#281913 (or 0x281913) is unknown color: approx Wood Bark. HEX triplet: 28, 19 and 13. RGB value is (40,25,19). Sum of RGB (Red+Green+Blue) = 40+25+19=84 (11% of max value = 765). Red value is 40 (16.02% from 255 or 47.62% from 84); Green value is 25 (10.16% from 255 or 29.76% from 84); Blue value is 19 (7.81% from 255 or 22.62% from 84); Max value from RGB is 40 - color contains mainly: red. Hex color #281913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281913 is #D7E6EC. Grayscale: #1C1C1C. Windows color (decimal): -14149357 or 1251624. OLE color: 1251624.

HSL color Cylindrical-coordinate representation of color #281913: hue angle of 17.14º degrees, saturation: 0.36, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #281913 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.84.

Color convert

RGB402519-
CMYK00.380.520.84
HSL17.14º35.59%11.57%-
HSV(B)17.14º52.5%15.69%-
XYZ1.341.190.78-
YUV28.8122.47135.99-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 47.62%
GREEN value IS 25 (10.16% from 255) = 29.76%
BLUE value IS 19 (7.81% from 255) = 22.62%
R=47.62%
G=29.76%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40251900.380.520.8417.1435.5911.57
Hex28191302634541124c
Octal50312304664124214414
Binary101000110011001101001101101001010100100011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281913; }

 p { color: rgb(40,25,19); }

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

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

 a { background-color: rgb(40,25,19); }

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

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

 span { border-color: rgb(40,25,19); }

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