#261C18

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

Shades of Wood Bark #261C18

Tints of Wood Bark #261C18

Color information

#261C18 (or 0x261C18) is unknown color: approx Wood Bark. HEX triplet: 26, 1C and 18. RGB value is (38,28,24). Sum of RGB (Red+Green+Blue) = 38+28+24=90 (11% of max value = 765). Red value is 38 (15.23% from 255 or 42.22% from 90); Green value is 28 (11.33% from 255 or 31.11% from 90); Blue value is 24 (9.77% from 255 or 26.67% from 90); Max value from RGB is 38 - color contains mainly: red. Hex color #261C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261C18 is #D9E3E7. Grayscale: #1E1E1E. Windows color (decimal): -14279656 or 1580070. OLE color: 1580070.

HSL color Cylindrical-coordinate representation of color #261C18: hue angle of 17.14º 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 #261C18 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.85.

Color convert

RGB382824-
CMYK00.260.370.85
HSL17.14º22.58%12.16%-
HSV(B)17.14º36.84%14.9%-
XYZ1.381.311.04-
YUV30.53124.31133.33-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 42.22%
GREEN value IS 28 (11.33% from 255) = 31.11%
BLUE value IS 24 (9.77% from 255) = 26.67%
R=42.22%
G=31.11%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38282400.260.370.8517.1422.5812.16
Hex261C1801A25551117c
Octal46343003245125212714
Binary1001101110011000011010100101101010110001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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