#261813

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

Shades of Wood Bark #261813

Tints of Wood Bark #261813

Color information

#261813 (or 0x261813) is unknown color: approx Wood Bark. HEX triplet: 26, 18 and 13. RGB value is (38,24,19). Sum of RGB (Red+Green+Blue) = 38+24+19=81 (10% of max value = 765). Red value is 38 (15.23% from 255 or 46.91% from 81); Green value is 24 (9.77% from 255 or 29.63% from 81); Blue value is 19 (7.81% from 255 or 23.46% from 81); Max value from RGB is 38 - color contains mainly: red. Hex color #261813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261813 is #D9E7EC. Grayscale: #1B1B1B. Windows color (decimal): -14280685 or 1251366. OLE color: 1251366.

HSL color Cylindrical-coordinate representation of color #261813: hue angle of 15.79º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #261813 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.85.

Color convert

RGB382419-
CMYK00.370.500.85
HSL15.79º33.33%11.18%-
HSV(B)15.79º50%14.9%-
XYZ1.241.110.77-
YUV27.62123.14135.41-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 46.91%
GREEN value IS 24 (9.77% from 255) = 29.63%
BLUE value IS 19 (7.81% from 255) = 23.46%
R=46.91%
G=29.63%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.50
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38241900.370.500.8515.7933.3311.18
Hex26181302532551021b
Octal46302304562125204113
Binary100110110001001101001011100101010101100001000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261813; }

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

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

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

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

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

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

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

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