#261A15

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

Shades of Wood Bark #261A15

Tints of Wood Bark #261A15

Color information

#261A15 (or 0x261A15) is unknown color: approx Wood Bark. HEX triplet: 26, 1A and 15. RGB value is (38,26,21). Sum of RGB (Red+Green+Blue) = 38+26+21=85 (11% of max value = 765). Red value is 38 (15.23% from 255 or 44.71% from 85); Green value is 26 (10.55% from 255 or 30.59% from 85); Blue value is 21 (8.59% from 255 or 24.71% from 85); Max value from RGB is 38 - color contains mainly: red. Hex color #261A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261A15 is #D9E5EA. Grayscale: #1D1D1D. Windows color (decimal): -14280171 or 1382950. OLE color: 1382950.

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

Color convert

RGB382621-
CMYK00.320.450.85
HSL17.65º28.81%11.57%-
HSV(B)17.65º44.74%14.9%-
XYZ1.31.210.87-
YUV29.02123.48134.41-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 44.71%
GREEN value IS 26 (10.55% from 255) = 30.59%
BLUE value IS 21 (8.59% from 255) = 24.71%
R=44.71%
G=30.59%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38262100.320.450.8517.6528.8111.57
Hex261A150202D55121dc
Octal46322504055125223514
Binary10011011010101010100000101101101010110010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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