#271309

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

Shades of Wood Bark #271309

Tints of Wood Bark #271309

Color information

#271309 (or 0x271309) is unknown color: approx Wood Bark. HEX triplet: 27, 13 and 09. RGB value is (39,19,9). Sum of RGB (Red+Green+Blue) = 39+19+9=67 (8% of max value = 765). Red value is 39 (15.62% from 255 or 58.21% from 67); Green value is 19 (7.81% from 255 or 28.36% from 67); Blue value is 9 (3.91% from 255 or 13.43% from 67); Max value from RGB is 39 - color contains mainly: red. Hex color #271309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271309 is #D8ECF6. Grayscale: #171717. Windows color (decimal): -14216439 or 594727. OLE color: 594727.

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

Color convert

RGB39199-
CMYK00.510.770.85
HSL20º62.5%9.41%-
HSV(B)20º76.92%15.29%-
XYZ1.120.920.38-
YUV23.84119.63138.81-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 58.21%
GREEN value IS 19 (7.81% from 255) = 28.36%
BLUE value IS 9 (3.91% from 255) = 13.43%
R=58.21%
G=28.36%
B=13.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.77
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3919900.510.770.852062.59.41
Hex271390334D55143e9
Octal472311063115125247611
Binary100111100111001011001110011011010101101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271309; }

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

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

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

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

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

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

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

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