#261309

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

Shades of Wood Bark #261309

Tints of Wood Bark #261309

Color information

#261309 (or 0x261309) is unknown color: approx Wood Bark. HEX triplet: 26, 13 and 09. RGB value is (38,19,9). Sum of RGB (Red+Green+Blue) = 38+19+9=66 (8% of max value = 765). Red value is 38 (15.23% from 255 or 57.58% from 66); Green value is 19 (7.81% from 255 or 28.79% from 66); Blue value is 9 (3.91% from 255 or 13.64% from 66); Max value from RGB is 38 - color contains mainly: red. Hex color #261309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261309 is #D9ECF6. Grayscale: #171717. Windows color (decimal): -14281975 or 594726. OLE color: 594726.

HSL color Cylindrical-coordinate representation of color #261309: hue angle of 20.69º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #261309 is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.85.

Color convert

RGB38199-
CMYK00.500.760.85
HSL20.69º61.7%9.22%-
HSV(B)20.69º76.32%14.9%-
XYZ1.080.90.37-
YUV23.54119.79138.31-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 57.58%
GREEN value IS 19 (7.81% from 255) = 28.79%
BLUE value IS 9 (3.91% from 255) = 13.64%
R=57.58%
G=28.79%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.76
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3819900.500.760.8520.6961.79.22
Hex261390324C55153e9
Octal462311062114125257611
Binary100110100111001011001010011001010101101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261309; }

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

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

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

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

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

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

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

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