#261409

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

Shades of Wood Bark #261409

Tints of Wood Bark #261409

Color information

#261409 (or 0x261409) is unknown color: approx Wood Bark. HEX triplet: 26, 14 and 09. RGB value is (38,20,9). Sum of RGB (Red+Green+Blue) = 38+20+9=67 (8% of max value = 765). Red value is 38 (15.23% from 255 or 56.72% from 67); Green value is 20 (8.20% from 255 or 29.85% from 67); Blue value is 9 (3.91% from 255 or 13.43% from 67); Max value from RGB is 38 - color contains mainly: red. Hex color #261409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261409 is #D9EBF6. Grayscale: #181818. Windows color (decimal): -14281719 or 594982. OLE color: 594982.

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

Color convert

RGB38209-
CMYK00.470.760.85
HSL22.76º61.7%9.22%-
HSV(B)22.76º76.32%14.9%-
XYZ1.10.930.38-
YUV24.13119.46137.89-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 56.72%
GREEN value IS 20 (8.20% from 255) = 29.85%
BLUE value IS 9 (3.91% from 255) = 13.43%
R=56.72%
G=29.85%
B=13.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.76
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3820900.470.760.8522.7661.79.22
Hex2614902F4C55173e9
Octal462411057114125277611
Binary100110101001001010111110011001010101101111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261409; }

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

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

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

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

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

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

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

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