#281A12

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

Shades of Wood Bark #281A12

Tints of Wood Bark #281A12

Color information

#281A12 (or 0x281A12) is unknown color: approx Wood Bark. HEX triplet: 28, 1A and 12. RGB value is (40,26,18). Sum of RGB (Red+Green+Blue) = 40+26+18=84 (11% of max value = 765). Red value is 40 (16.02% from 255 or 47.62% from 84); Green value is 26 (10.55% from 255 or 30.95% from 84); Blue value is 18 (7.42% from 255 or 21.43% from 84); Max value from RGB is 40 - color contains mainly: red. Hex color #281A12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281A12 is #D7E5ED. Grayscale: #1D1D1D. Windows color (decimal): -14149102 or 1186344. OLE color: 1186344.

HSL color Cylindrical-coordinate representation of color #281A12: hue angle of 21.82º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #281A12 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.84.

Color convert

RGB402618-
CMYK00.350.550.84
HSL21.82º37.93%11.37%-
HSV(B)21.82º55%15.69%-
XYZ1.351.230.74-
YUV29.27121.64135.65-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 47.62%
GREEN value IS 26 (10.55% from 255) = 30.95%
BLUE value IS 18 (7.42% from 255) = 21.43%
R=47.62%
G=30.95%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40261800.350.550.8421.8237.9311.37
Hex281A1202337541626b
Octal50322204367124264613
Binary101000110101001001000111101111010100101101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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