#261B13

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

Shades of Wood Bark #261B13

Tints of Wood Bark #261B13

Color information

#261B13 (or 0x261B13) is unknown color: approx Wood Bark. HEX triplet: 26, 1B and 13. RGB value is (38,27,19). Sum of RGB (Red+Green+Blue) = 38+27+19=84 (11% of max value = 765). Red value is 38 (15.23% from 255 or 45.24% from 84); Green value is 27 (10.94% from 255 or 32.14% from 84); Blue value is 19 (7.81% from 255 or 22.62% from 84); Max value from RGB is 38 - color contains mainly: red. Hex color #261B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261B13 is #D9E4EC. Grayscale: #1D1D1D. Windows color (decimal): -14279917 or 1252134. OLE color: 1252134.

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

Color convert

RGB382719-
CMYK00.290.500.85
HSL25.26º33.33%11.18%-
HSV(B)25.26º50%14.9%-
XYZ1.311.240.79-
YUV29.38122.14134.15-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 45.24%
GREEN value IS 27 (10.94% from 255) = 32.14%
BLUE value IS 19 (7.81% from 255) = 22.62%
R=45.24%
G=32.14%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.50
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38271900.290.500.8525.2633.3311.18
Hex261B1301D32551921b
Octal46332303562125314113
Binary10011011011100110111011100101010101110011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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