#261B16

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

Shades of Wood Bark #261B16

Tints of Wood Bark #261B16

Color information

#261B16 (or 0x261B16) is unknown color: approx Wood Bark. HEX triplet: 26, 1B and 16. RGB value is (38,27,22). Sum of RGB (Red+Green+Blue) = 38+27+22=87 (11% of max value = 765). Red value is 38 (15.23% from 255 or 43.68% from 87); Green value is 27 (10.94% from 255 or 31.03% from 87); Blue value is 22 (8.98% from 255 or 25.29% from 87); Max value from RGB is 38 - color contains mainly: red. Hex color #261B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261B16 is #D9E4E9. Grayscale: #1D1D1D. Windows color (decimal): -14279914 or 1448742. OLE color: 1448742.

HSL color Cylindrical-coordinate representation of color #261B16: hue angle of 18.75º degrees, saturation: 0.27, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #261B16 is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.85.

Color convert

RGB382722-
CMYK00.290.420.85
HSL18.75º26.67%11.76%-
HSV(B)18.75º42.11%14.9%-
XYZ1.341.250.93-
YUV29.72123.64133.91-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 43.68%
GREEN value IS 27 (10.94% from 255) = 31.03%
BLUE value IS 22 (8.98% from 255) = 25.29%
R=43.68%
G=31.03%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38272200.290.420.8518.7526.6711.76
Hex261B1601D2A55131bc
Octal46332603552125233314
Binary1001101101110110011101101010101010110011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261B16; }

 p { color: rgb(38,27,22); }

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

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

 a { background-color: rgb(38,27,22); }

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

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

 span { border-color: rgb(38,27,22); }

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