#281307

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

Shades of Wood Bark #281307

Tints of Wood Bark #281307

Color information

#281307 (or 0x281307) is unknown color: approx Wood Bark. HEX triplet: 28, 13 and 07. RGB value is (40,19,7). Sum of RGB (Red+Green+Blue) = 40+19+7=66 (8% of max value = 765). Red value is 40 (16.02% from 255 or 60.61% from 66); Green value is 19 (7.81% from 255 or 28.79% from 66); Blue value is 7 (3.12% from 255 or 10.61% from 66); Max value from RGB is 40 - color contains mainly: red. Hex color #281307 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281307 is #D7ECF8. Grayscale: #171717. Windows color (decimal): -14150905 or 463656. OLE color: 463656.

HSL color Cylindrical-coordinate representation of color #281307: hue angle of 21.82º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #281307 is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.84.

Color convert

RGB40197-
CMYK00.520.830.84
HSL21.82º70.21%9.22%-
HSV(B)21.82º82.5%15.69%-
XYZ1.150.930.32-
YUV23.91118.46139.48-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 60.61%
GREEN value IS 19 (7.81% from 255) = 28.79%
BLUE value IS 7 (3.12% from 255) = 10.61%
R=60.61%
G=28.79%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.83
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4019700.520.830.8421.8270.219.22
Hex28137034535416469
Octal502370641231242610611
Binary101000100111110110100101001110101001011010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281307; }

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

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

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

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

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

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

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

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