#281B13

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

Shades of Wood Bark #281B13

Tints of Wood Bark #281B13

Color information

#281B13 (or 0x281B13) is unknown color: approx Wood Bark. HEX triplet: 28, 1B and 13. RGB value is (40,27,19). Sum of RGB (Red+Green+Blue) = 40+27+19=86 (11% of max value = 765). Red value is 40 (16.02% from 255 or 46.51% from 86); Green value is 27 (10.94% from 255 or 31.40% from 86); Blue value is 19 (7.81% from 255 or 22.09% from 86); Max value from RGB is 40 - color contains mainly: red. Hex color #281B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281B13 is #D7E4EC. Grayscale: #1E1E1E. Windows color (decimal): -14148845 or 1252136. OLE color: 1252136.

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

Color convert

RGB402719-
CMYK00.330.520.84
HSL22.86º35.59%11.57%-
HSV(B)22.86º52.5%15.69%-
XYZ1.381.280.79-
YUV29.98121.81135.15-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 46.51%
GREEN value IS 27 (10.94% from 255) = 31.40%
BLUE value IS 19 (7.81% from 255) = 22.09%
R=46.51%
G=31.40%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40271900.330.520.8422.8635.5911.57
Hex281B1302134541724c
Octal50332304164124274414
Binary101000110111001101000011101001010100101111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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