#271A15

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

Shades of Wood Bark #271A15

Tints of Wood Bark #271A15

Color information

#271A15 (or 0x271A15) is unknown color: approx Wood Bark. HEX triplet: 27, 1A and 15. RGB value is (39,26,21). Sum of RGB (Red+Green+Blue) = 39+26+21=86 (11% of max value = 765). Red value is 39 (15.62% from 255 or 45.35% from 86); Green value is 26 (10.55% from 255 or 30.23% from 86); Blue value is 21 (8.59% from 255 or 24.42% from 86); Max value from RGB is 39 - color contains mainly: red. Hex color #271A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271A15 is #D8E5EA. Grayscale: #1D1D1D. Windows color (decimal): -14214635 or 1382951. OLE color: 1382951.

HSL color Cylindrical-coordinate representation of color #271A15: hue angle of 16.67º degrees, saturation: 0.3, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #271A15 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.85.

Color convert

RGB392621-
CMYK00.330.460.85
HSL16.67º30%11.76%-
HSV(B)16.67º46.15%15.29%-
XYZ1.341.220.88-
YUV29.32123.31134.91-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 45.35%
GREEN value IS 26 (10.55% from 255) = 30.23%
BLUE value IS 21 (8.59% from 255) = 24.42%
R=45.35%
G=30.23%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39262100.330.460.8516.673011.76
Hex271A150212E55111ec
Octal47322504156125213614
Binary10011111010101010100001101110101010110001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271A15; }

 p { color: rgb(39,26,21); }

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

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

 a { background-color: rgb(39,26,21); }

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

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

 span { border-color: rgb(39,26,21); }

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