#27160E

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

Shades of Wood Bark #27160E

Tints of Wood Bark #27160E

Color information

#27160E (or 0x27160E) is unknown color: approx Wood Bark. HEX triplet: 27, 16 and 0E. RGB value is (39,22,14). Sum of RGB (Red+Green+Blue) = 39+22+14=75 (9% of max value = 765). Red value is 39 (15.62% from 255 or 52% from 75); Green value is 22 (8.98% from 255 or 29.33% from 75); Blue value is 14 (5.86% from 255 or 18.67% from 75); Max value from RGB is 39 - color contains mainly: red. Hex color #27160E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27160E is #D8E9F1. Grayscale: #1A1A1A. Windows color (decimal): -14215666 or 923175. OLE color: 923175.

HSL color Cylindrical-coordinate representation of color #27160E: hue angle of 19.2º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #27160E is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.85.

Color convert

RGB392214-
CMYK00.440.640.85
HSL19.2º47.17%10.39%-
HSV(B)19.2º64.1%15.29%-
XYZ1.21.040.55-
YUV26.17121.13137.15-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 52%
GREEN value IS 22 (8.98% from 255) = 29.33%
BLUE value IS 14 (5.86% from 255) = 18.67%
R=52%
G=29.33%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.64
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39221400.440.640.8519.247.1710.39
Hex2716E02C4055132fa
Octal472616054100125235712
Binary100111101101110010110010000001010101100111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27160E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27160E; }

 p { color: rgb(39,22,14); }

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

<style>
 a { background-color: #27160E; }

 a { background-color: rgb(39,22,14); }

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

<style>
 span { border-color: #27160E; }

 span { border-color: rgb(39,22,14); }

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