#261C19

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

Shades of Wood Bark #261C19

Tints of Wood Bark #261C19

Color information

#261C19 (or 0x261C19) is unknown color: approx Wood Bark. HEX triplet: 26, 1C and 19. RGB value is (38,28,25). Sum of RGB (Red+Green+Blue) = 38+28+25=91 (12% of max value = 765). Red value is 38 (15.23% from 255 or 41.76% from 91); Green value is 28 (11.33% from 255 or 30.77% from 91); Blue value is 25 (10.16% from 255 or 27.47% from 91); Max value from RGB is 38 - color contains mainly: red. Hex color #261C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261C19 is #D9E3E6. Grayscale: #1E1E1E. Windows color (decimal): -14279655 or 1645606. OLE color: 1645606.

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

Color convert

RGB382825-
CMYK00.260.340.85
HSL13.85º20.63%12.35%-
HSV(B)13.85º34.21%14.9%-
XYZ1.391.311.1-
YUV30.65124.81133.24-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 41.76%
GREEN value IS 28 (11.33% from 255) = 30.77%
BLUE value IS 25 (10.16% from 255) = 27.47%
R=41.76%
G=30.77%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38282500.260.340.8513.8520.6312.35
Hex261C1901A2255e15c
Octal46343103242125162514
Binary100110111001100101101010001010101011110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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