#27170E

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

Shades of Wood Bark #27170E

Tints of Wood Bark #27170E

Color information

#27170E (or 0x27170E) is unknown color: approx Wood Bark. HEX triplet: 27, 17 and 0E. RGB value is (39,23,14). Sum of RGB (Red+Green+Blue) = 39+23+14=76 (10% of max value = 765). Red value is 39 (15.62% from 255 or 51.32% from 76); Green value is 23 (9.38% from 255 or 30.26% from 76); Blue value is 14 (5.86% from 255 or 18.42% from 76); Max value from RGB is 39 - color contains mainly: red. Hex color #27170E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27170E is #D8E8F1. Grayscale: #1A1A1A. Windows color (decimal): -14215410 or 923431. OLE color: 923431.

HSL color Cylindrical-coordinate representation of color #27170E: hue angle of 21.6º 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 #27170E is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.85.

Color convert

RGB392314-
CMYK00.410.640.85
HSL21.6º47.17%10.39%-
HSV(B)21.6º64.1%15.29%-
XYZ1.221.080.56-
YUV26.76120.8136.73-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 51.32%
GREEN value IS 23 (9.38% from 255) = 30.26%
BLUE value IS 14 (5.86% from 255) = 18.42%
R=51.32%
G=30.26%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.64
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39231400.410.640.8521.647.1710.39
Hex2717E0294055162fa
Octal472716051100125265712
Binary100111101111110010100110000001010101101101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27170E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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