#271E19

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

Shades of Wood Bark #271E19

Tints of Wood Bark #271E19

Color information

#271E19 (or 0x271E19) is unknown color: approx Wood Bark. HEX triplet: 27, 1E and 19. RGB value is (39,30,25). Sum of RGB (Red+Green+Blue) = 39+30+25=94 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.49% from 94); Green value is 30 (12.11% from 255 or 31.91% from 94); Blue value is 25 (10.16% from 255 or 26.60% from 94); Max value from RGB is 39 - color contains mainly: red. Hex color #271E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271E19 is #D8E1E6. Grayscale: #202020. Windows color (decimal): -14213607 or 1646119. OLE color: 1646119.

HSL color Cylindrical-coordinate representation of color #271E19: hue angle of 21.43º 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 #271E19 is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.85.

Color convert

RGB393025-
CMYK00.230.360.85
HSL21.43º21.88%12.55%-
HSV(B)21.43º35.9%15.29%-
XYZ1.481.431.12-
YUV32.12123.98132.91-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 41.49%
GREEN value IS 30 (12.11% from 255) = 31.91%
BLUE value IS 25 (10.16% from 255) = 26.60%
R=41.49%
G=31.91%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.36
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39302500.230.360.8521.4321.8812.55
Hex271E1901724551516d
Octal47363102744125252615
Binary1001111111011001010111100100101010110101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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