#261D1A

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

Shades of Wood Bark #261D1A

Tints of Wood Bark #261D1A

Color information

#261D1A (or 0x261D1A) is unknown color: approx Wood Bark. HEX triplet: 26, 1D and 1A. RGB value is (38,29,26). Sum of RGB (Red+Green+Blue) = 38+29+26=93 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40.86% from 93); Green value is 29 (11.72% from 255 or 31.18% from 93); Blue value is 26 (10.55% from 255 or 27.96% from 93); Max value from RGB is 38 - color contains mainly: red. Hex color #261D1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261D1A is #D9E2E5. Grayscale: #1F1F1F. Windows color (decimal): -14279398 or 1711398. OLE color: 1711398.

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

Color convert

RGB382926-
CMYK00.240.320.85
HSL15º18.75%12.55%-
HSV(B)15º31.58%14.9%-
XYZ1.431.371.17-
YUV31.35124.98132.74-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 40.86%
GREEN value IS 29 (11.72% from 255) = 31.18%
BLUE value IS 26 (10.55% from 255) = 27.96%
R=40.86%
G=31.18%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38292600.240.320.851518.7512.55
Hex261D1A0182055f13d
Octal46353203040125172315
Binary100110111011101001100010000010101011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,29,26); }

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

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

 a { background-color: rgb(38,29,26); }

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

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

 span { border-color: rgb(38,29,26); }

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