#26150A

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

Shades of Wood Bark #26150A

Tints of Wood Bark #26150A

Color information

#26150A (or 0x26150A) is unknown color: approx Wood Bark. HEX triplet: 26, 15 and 0A. RGB value is (38,21,10). Sum of RGB (Red+Green+Blue) = 38+21+10=69 (9% of max value = 765). Red value is 38 (15.23% from 255 or 55.07% from 69); Green value is 21 (8.59% from 255 or 30.43% from 69); Blue value is 10 (4.30% from 255 or 14.49% from 69); Max value from RGB is 38 - color contains mainly: red. Hex color #26150A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26150A is #D9EAF5. Grayscale: #181818. Windows color (decimal): -14281462 or 660774. OLE color: 660774.

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

Color convert

RGB382110-
CMYK00.450.740.85
HSL23.57º58.33%9.41%-
HSV(B)23.57º73.68%14.9%-
XYZ1.120.970.42-
YUV24.83119.63137.39-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 55.07%
GREEN value IS 21 (8.59% from 255) = 30.43%
BLUE value IS 10 (4.30% from 255) = 14.49%
R=55.07%
G=30.43%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.74
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38211000.450.740.8523.5758.339.41
Hex2615A02D4A55183a9
Octal462512055112125307211
Binary100110101011010010110110010101010101110001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26150A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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