#271C14

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

Shades of Wood Bark #271C14

Tints of Wood Bark #271C14

Color information

#271C14 (or 0x271C14) is unknown color: approx Wood Bark. HEX triplet: 27, 1C and 14. RGB value is (39,28,20). Sum of RGB (Red+Green+Blue) = 39+28+20=87 (11% of max value = 765). Red value is 39 (15.62% from 255 or 44.83% from 87); Green value is 28 (11.33% from 255 or 32.18% from 87); Blue value is 20 (8.20% from 255 or 22.99% from 87); Max value from RGB is 39 - color contains mainly: red. Hex color #271C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271C14 is #D8E3EB. Grayscale: #1E1E1E. Windows color (decimal): -14214124 or 1317927. OLE color: 1317927.

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

Color convert

RGB392820-
CMYK00.280.490.85
HSL25.26º32.2%11.57%-
HSV(B)25.26º48.72%15.29%-
XYZ1.381.310.84-
YUV30.38122.14134.15-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 44.83%
GREEN value IS 28 (11.33% from 255) = 32.18%
BLUE value IS 20 (8.20% from 255) = 22.99%
R=44.83%
G=32.18%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39282000.280.490.8525.2632.211.57
Hex271C1401C31551920c
Octal47342403461125314014
Binary10011111100101000111001100011010101110011000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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