#281C15

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

Shades of Wood Bark #281C15

Tints of Wood Bark #281C15

Color information

#281C15 (or 0x281C15) is unknown color: approx Wood Bark. HEX triplet: 28, 1C and 15. RGB value is (40,28,21). Sum of RGB (Red+Green+Blue) = 40+28+21=89 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.94% from 89); Green value is 28 (11.33% from 255 or 31.46% from 89); Blue value is 21 (8.59% from 255 or 23.60% from 89); Max value from RGB is 40 - color contains mainly: red. Hex color #281C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281C15 is #D7E3EA. Grayscale: #1E1E1E. Windows color (decimal): -14148587 or 1383464. OLE color: 1383464.

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

Color convert

RGB402821-
CMYK00.300.480.84
HSL22.11º31.15%11.96%-
HSV(B)22.11º47.5%15.69%-
XYZ1.431.340.89-
YUV30.79122.48134.57-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 44.94%
GREEN value IS 28 (11.33% from 255) = 31.46%
BLUE value IS 21 (8.59% from 255) = 23.60%
R=44.94%
G=31.46%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40282100.300.480.8422.1131.1511.96
Hex281C1501E3054161fc
Octal50342503660124263714
Binary1010001110010101011110110000101010010110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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