#281A13

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

Shades of Wood Bark #281A13

Tints of Wood Bark #281A13

Color information

#281A13 (or 0x281A13) is unknown color: approx Wood Bark. HEX triplet: 28, 1A and 13. RGB value is (40,26,19). Sum of RGB (Red+Green+Blue) = 40+26+19=85 (11% of max value = 765). Red value is 40 (16.02% from 255 or 47.06% from 85); Green value is 26 (10.55% from 255 or 30.59% from 85); Blue value is 19 (7.81% from 255 or 22.35% from 85); Max value from RGB is 40 - color contains mainly: red. Hex color #281A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281A13 is #D7E5EC. Grayscale: #1D1D1D. Windows color (decimal): -14149101 or 1251880. OLE color: 1251880.

HSL color Cylindrical-coordinate representation of color #281A13: hue angle of 20º 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 #281A13 is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.84.

Color convert

RGB402619-
CMYK00.350.520.84
HSL20º35.59%11.57%-
HSV(B)20º52.5%15.69%-
XYZ1.361.240.78-
YUV29.39122.14135.57-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 47.06%
GREEN value IS 26 (10.55% from 255) = 30.59%
BLUE value IS 19 (7.81% from 255) = 22.35%
R=47.06%
G=30.59%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40261900.350.520.842035.5911.57
Hex281A1302334541424c
Octal50322304364124244414
Binary101000110101001101000111101001010100101001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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