#261912

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

Shades of Wood Bark #261912

Tints of Wood Bark #261912

Color information

#261912 (or 0x261912) is unknown color: approx Wood Bark. HEX triplet: 26, 19 and 12. RGB value is (38,25,18). Sum of RGB (Red+Green+Blue) = 38+25+18=81 (10% of max value = 765). Red value is 38 (15.23% from 255 or 46.91% from 81); Green value is 25 (10.16% from 255 or 30.86% from 81); Blue value is 18 (7.42% from 255 or 22.22% from 81); Max value from RGB is 38 - color contains mainly: red. Hex color #261912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261912 is #D9E6ED. Grayscale: #1C1C1C. Windows color (decimal): -14280430 or 1186086. OLE color: 1186086.

HSL color Cylindrical-coordinate representation of color #261912: hue angle of 21º degrees, saturation: 0.36, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #261912 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.85.

Color convert

RGB382518-
CMYK00.340.530.85
HSL21º35.71%10.98%-
HSV(B)21º52.63%14.9%-
XYZ1.261.150.73-
YUV28.09122.31135.07-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 46.91%
GREEN value IS 25 (10.16% from 255) = 30.86%
BLUE value IS 18 (7.42% from 255) = 22.22%
R=46.91%
G=30.86%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.53
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38251800.340.530.852135.7110.98
Hex26191202235551524b
Octal46312204265125254413
Binary100110110011001001000101101011010101101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261912; }

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

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

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

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

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

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

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

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