#281813

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

Shades of Wood Bark #281813

Tints of Wood Bark #281813

Color information

#281813 (or 0x281813) is unknown color: approx Wood Bark. HEX triplet: 28, 18 and 13. RGB value is (40,24,19). Sum of RGB (Red+Green+Blue) = 40+24+19=83 (10% of max value = 765). Red value is 40 (16.02% from 255 or 48.19% from 83); Green value is 24 (9.77% from 255 or 28.92% from 83); Blue value is 19 (7.81% from 255 or 22.89% from 83); Max value from RGB is 40 - color contains mainly: red. Hex color #281813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281813 is #D7E7EC. Grayscale: #1C1C1C. Windows color (decimal): -14149613 or 1251368. OLE color: 1251368.

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

Color convert

RGB402419-
CMYK00.400.520.84
HSL14.29º35.59%11.57%-
HSV(B)14.29º52.5%15.69%-
XYZ1.321.150.77-
YUV28.21122.8136.41-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 48.19%
GREEN value IS 24 (9.77% from 255) = 28.92%
BLUE value IS 19 (7.81% from 255) = 22.89%
R=48.19%
G=28.92%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40241900.400.520.8414.2935.5911.57
Hex2818130283454e24c
Octal50302305064124164414
Binary10100011000100110101000110100101010011101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281813; }

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

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

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

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

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

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

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

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