#281A15

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

Shades of Wood Bark #281A15

Tints of Wood Bark #281A15

Color information

#281A15 (or 0x281A15) is unknown color: approx Wood Bark. HEX triplet: 28, 1A and 15. RGB value is (40,26,21). Sum of RGB (Red+Green+Blue) = 40+26+21=87 (11% of max value = 765). Red value is 40 (16.02% from 255 or 45.98% from 87); Green value is 26 (10.55% from 255 or 29.89% from 87); Blue value is 21 (8.59% from 255 or 24.14% from 87); Max value from RGB is 40 - color contains mainly: red. Hex color #281A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281A15 is #D7E5EA. Grayscale: #1D1D1D. Windows color (decimal): -14149099 or 1382952. OLE color: 1382952.

HSL color Cylindrical-coordinate representation of color #281A15: hue angle of 15.79º degrees, saturation: 0.31, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #281A15 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.84.

Color convert

RGB402621-
CMYK00.350.480.84
HSL15.79º31.15%11.96%-
HSV(B)15.79º47.5%15.69%-
XYZ1.381.240.88-
YUV29.62123.14135.41-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 45.98%
GREEN value IS 26 (10.55% from 255) = 29.89%
BLUE value IS 21 (8.59% from 255) = 24.14%
R=45.98%
G=29.89%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40262100.350.480.8415.7931.1511.96
Hex281A150233054101fc
Octal50322504360124203714
Binary10100011010101010100011110000101010010000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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