#261E1C

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

Shades of Wood Bark #261E1C

Tints of Wood Bark #261E1C

Color information

#261E1C (or 0x261E1C) is unknown color: approx Wood Bark. HEX triplet: 26, 1E and 1C. RGB value is (38,30,28). Sum of RGB (Red+Green+Blue) = 38+30+28=96 (12% of max value = 765). Red value is 38 (15.23% from 255 or 39.58% from 96); Green value is 30 (12.11% from 255 or 31.25% from 96); Blue value is 28 (11.33% from 255 or 29.17% from 96); Max value from RGB is 38 - color contains mainly: red. Hex color #261E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261E1C is #D9E1E3. Grayscale: #202020. Windows color (decimal): -14279140 or 1842726. OLE color: 1842726.

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

Color convert

RGB383028-
CMYK00.210.260.85
HSL12º15.15%12.94%-
HSV(B)12º26.32%14.9%-
XYZ1.471.421.3-
YUV32.16125.65132.16-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 39.58%
GREEN value IS 30 (12.11% from 255) = 31.25%
BLUE value IS 28 (11.33% from 255) = 29.17%
R=39.58%
G=31.25%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38302800.210.260.851215.1512.94
Hex261E1C0151A55cfd
Octal46363402532125141715
Binary1001101111011100010101110101010101110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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