#271C19

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

Shades of Wood Bark #271C19

Tints of Wood Bark #271C19

Color information

#271C19 (or 0x271C19) is unknown color: approx Wood Bark. HEX triplet: 27, 1C and 19. RGB value is (39,28,25). Sum of RGB (Red+Green+Blue) = 39+28+25=92 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.39% from 92); Green value is 28 (11.33% from 255 or 30.43% from 92); Blue value is 25 (10.16% from 255 or 27.17% from 92); Max value from RGB is 39 - color contains mainly: red. Hex color #271C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271C19 is #D8E3E6. Grayscale: #1E1E1E. Windows color (decimal): -14214119 or 1645607. OLE color: 1645607.

HSL color Cylindrical-coordinate representation of color #271C19: hue angle of 12.86º degrees, saturation: 0.22, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #271C19 is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.85.

Color convert

RGB392825-
CMYK00.280.360.85
HSL12.86º21.88%12.55%-
HSV(B)12.86º35.9%15.29%-
XYZ1.431.331.1-
YUV30.95124.64133.74-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 42.39%
GREEN value IS 28 (11.33% from 255) = 30.43%
BLUE value IS 25 (10.16% from 255) = 27.17%
R=42.39%
G=30.43%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39282500.280.360.8512.8621.8812.55
Hex271C1901C2455d16d
Octal47343103444125152615
Binary100111111001100101110010010010101011101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,28,25); }

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

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

 a { background-color: rgb(39,28,25); }

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

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

 span { border-color: rgb(39,28,25); }

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