#261509

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

Shades of Wood Bark #261509

Tints of Wood Bark #261509

Color information

#261509 (or 0x261509) is unknown color: approx Wood Bark. HEX triplet: 26, 15 and 09. RGB value is (38,21,9). Sum of RGB (Red+Green+Blue) = 38+21+9=68 (9% of max value = 765). Red value is 38 (15.23% from 255 or 55.88% from 68); Green value is 21 (8.59% from 255 or 30.88% from 68); Blue value is 9 (3.91% from 255 or 13.24% from 68); Max value from RGB is 38 - color contains mainly: red. Hex color #261509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261509 is #D9EAF6. Grayscale: #181818. Windows color (decimal): -14281463 or 595238. OLE color: 595238.

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

Color convert

RGB38219-
CMYK00.450.760.85
HSL24.83º61.7%9.22%-
HSV(B)24.83º76.32%14.9%-
XYZ1.120.970.39-
YUV24.72119.13137.48-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 55.88%
GREEN value IS 21 (8.59% from 255) = 30.88%
BLUE value IS 9 (3.91% from 255) = 13.24%
R=55.88%
G=30.88%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.76
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3821900.450.760.8524.8361.79.22
Hex2615902D4C55193e9
Octal462511055114125317611
Binary100110101011001010110110011001010101110011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261509; }

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

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

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

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

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

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

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

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