#261812

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

Shades of Wood Bark #261812

Tints of Wood Bark #261812

Color information

#261812 (or 0x261812) is unknown color: approx Wood Bark. HEX triplet: 26, 18 and 12. RGB value is (38,24,18). Sum of RGB (Red+Green+Blue) = 38+24+18=80 (10% of max value = 765). Red value is 38 (15.23% from 255 or 47.5% from 80); Green value is 24 (9.77% from 255 or 30% from 80); Blue value is 18 (7.42% from 255 or 22.5% from 80); Max value from RGB is 38 - color contains mainly: red. Hex color #261812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261812 is #D9E7ED. Grayscale: #1B1B1B. Windows color (decimal): -14280686 or 1185830. OLE color: 1185830.

HSL color Cylindrical-coordinate representation of color #261812: hue angle of 18º 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 #261812 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.85.

Color convert

RGB382418-
CMYK00.370.530.85
HSL18º35.71%10.98%-
HSV(B)18º52.63%14.9%-
XYZ1.241.110.72-
YUV27.5122.64135.49-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 47.5%
GREEN value IS 24 (9.77% from 255) = 30%
BLUE value IS 18 (7.42% from 255) = 22.5%
R=47.5%
G=30%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.53
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38241800.370.530.851835.7110.98
Hex26181202535551224b
Octal46302204565125224413
Binary100110110001001001001011101011010101100101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261812; }

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

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

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

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

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

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

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

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