#26150D

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

Shades of Wood Bark #26150D

Tints of Wood Bark #26150D

Color information

#26150D (or 0x26150D) is unknown color: approx Wood Bark. HEX triplet: 26, 15 and 0D. RGB value is (38,21,13). Sum of RGB (Red+Green+Blue) = 38+21+13=72 (9% of max value = 765). Red value is 38 (15.23% from 255 or 52.78% from 72); Green value is 21 (8.59% from 255 or 29.17% from 72); Blue value is 13 (5.47% from 255 or 18.06% from 72); Max value from RGB is 38 - color contains mainly: red. Hex color #26150D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26150D is #D9EAF2. Grayscale: #191919. Windows color (decimal): -14281459 or 857382. OLE color: 857382.

HSL color Cylindrical-coordinate representation of color #26150D: hue angle of 19.2º degrees, saturation: 0.49, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #26150D is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.85.

Color convert

RGB382113-
CMYK00.450.660.85
HSL19.2º49.02%10%-
HSV(B)19.2º65.79%14.9%-
XYZ1.140.980.51-
YUV25.17121.13137.15-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 52.78%
GREEN value IS 21 (8.59% from 255) = 29.17%
BLUE value IS 13 (5.47% from 255) = 18.06%
R=52.78%
G=29.17%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.66
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38211300.450.660.8519.249.0210
Hex2615D02D42551331a
Octal462515055102125236112
Binary100110101011101010110110000101010101100111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26150D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26150D; }

 p { color: rgb(38,21,13); }

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

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

 a { background-color: rgb(38,21,13); }

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

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

 span { border-color: rgb(38,21,13); }

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