#271A14

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

Shades of Wood Bark #271A14

Tints of Wood Bark #271A14

Color information

#271A14 (or 0x271A14) is unknown color: approx Wood Bark. HEX triplet: 27, 1A and 14. RGB value is (39,26,20). Sum of RGB (Red+Green+Blue) = 39+26+20=85 (11% of max value = 765). Red value is 39 (15.62% from 255 or 45.88% from 85); Green value is 26 (10.55% from 255 or 30.59% from 85); Blue value is 20 (8.20% from 255 or 23.53% from 85); Max value from RGB is 39 - color contains mainly: red. Hex color #271A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271A14 is #D8E5EB. Grayscale: #1D1D1D. Windows color (decimal): -14214636 or 1317415. OLE color: 1317415.

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

Color convert

RGB392620-
CMYK00.330.490.85
HSL18.95º32.2%11.57%-
HSV(B)18.95º48.72%15.29%-
XYZ1.331.220.83-
YUV29.2122.81134.99-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 45.88%
GREEN value IS 26 (10.55% from 255) = 30.59%
BLUE value IS 20 (8.20% from 255) = 23.53%
R=45.88%
G=30.59%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39262000.330.490.8518.9532.211.57
Hex271A1402131551320c
Octal47322404161125234014
Binary100111110101010001000011100011010101100111000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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