#261C15

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

Shades of Wood Bark #261C15

Tints of Wood Bark #261C15

Color information

#261C15 (or 0x261C15) is unknown color: approx Wood Bark. HEX triplet: 26, 1C and 15. RGB value is (38,28,21). Sum of RGB (Red+Green+Blue) = 38+28+21=87 (11% of max value = 765). Red value is 38 (15.23% from 255 or 43.68% from 87); Green value is 28 (11.33% from 255 or 32.18% from 87); Blue value is 21 (8.59% from 255 or 24.14% from 87); Max value from RGB is 38 - color contains mainly: red. Hex color #261C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261C15 is #D9E3EA. Grayscale: #1E1E1E. Windows color (decimal): -14279659 or 1383462. OLE color: 1383462.

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

Color convert

RGB382821-
CMYK00.260.450.85
HSL24.71º28.81%11.57%-
HSV(B)24.71º44.74%14.9%-
XYZ1.351.30.89-
YUV30.19122.81133.57-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 43.68%
GREEN value IS 28 (11.33% from 255) = 32.18%
BLUE value IS 21 (8.59% from 255) = 24.14%
R=43.68%
G=32.18%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.45
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38282100.260.450.8524.7128.8111.57
Hex261C1501A2D55191dc
Octal46342503255125313514
Binary1001101110010101011010101101101010111001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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