#271B13

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

Shades of Wood Bark #271B13

Tints of Wood Bark #271B13

Color information

#271B13 (or 0x271B13) is unknown color: approx Wood Bark. HEX triplet: 27, 1B and 13. RGB value is (39,27,19). Sum of RGB (Red+Green+Blue) = 39+27+19=85 (11% of max value = 765). Red value is 39 (15.62% from 255 or 45.88% from 85); Green value is 27 (10.94% from 255 or 31.76% from 85); Blue value is 19 (7.81% from 255 or 22.35% from 85); Max value from RGB is 39 - color contains mainly: red. Hex color #271B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271B13 is #D8E4EC. Grayscale: #1D1D1D. Windows color (decimal): -14214381 or 1252135. OLE color: 1252135.

HSL color Cylindrical-coordinate representation of color #271B13: hue angle of 24º degrees, saturation: 0.34, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #271B13 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.85.

Color convert

RGB392719-
CMYK00.310.510.85
HSL24º34.48%11.37%-
HSV(B)24º51.28%15.29%-
XYZ1.351.260.79-
YUV29.68121.98134.65-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 45.88%
GREEN value IS 27 (10.94% from 255) = 31.76%
BLUE value IS 19 (7.81% from 255) = 22.35%
R=45.88%
G=31.76%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.51
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39271900.310.510.852434.4811.37
Hex271B1301F33551822b
Octal47332303763125304213
Binary10011111011100110111111100111010101110001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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