#261B18

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

Shades of Wood Bark #261B18

Tints of Wood Bark #261B18

Color information

#261B18 (or 0x261B18) is unknown color: approx Wood Bark. HEX triplet: 26, 1B and 18. RGB value is (38,27,24). Sum of RGB (Red+Green+Blue) = 38+27+24=89 (11% of max value = 765). Red value is 38 (15.23% from 255 or 42.70% from 89); Green value is 27 (10.94% from 255 or 30.34% from 89); Blue value is 24 (9.77% from 255 or 26.97% from 89); Max value from RGB is 38 - color contains mainly: red. Hex color #261B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261B18 is #D9E4E7. Grayscale: #1D1D1D. Windows color (decimal): -14279912 or 1579814. OLE color: 1579814.

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

Color convert

RGB382724-
CMYK00.290.370.85
HSL12.86º22.58%12.16%-
HSV(B)12.86º36.84%14.9%-
XYZ1.361.261.04-
YUV29.95124.64133.74-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 42.70%
GREEN value IS 27 (10.94% from 255) = 30.34%
BLUE value IS 24 (9.77% from 255) = 26.97%
R=42.70%
G=30.34%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38272400.290.370.8512.8622.5812.16
Hex261B1801D2555d17c
Octal46333003545125152714
Binary100110110111100001110110010110101011101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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