#27150D

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

Shades of Wood Bark #27150D

Tints of Wood Bark #27150D

Color information

#27150D (or 0x27150D) is unknown color: approx Wood Bark. HEX triplet: 27, 15 and 0D. RGB value is (39,21,13). Sum of RGB (Red+Green+Blue) = 39+21+13=73 (9% of max value = 765). Red value is 39 (15.62% from 255 or 53.42% from 73); Green value is 21 (8.59% from 255 or 28.77% from 73); Blue value is 13 (5.47% from 255 or 17.81% from 73); Max value from RGB is 39 - color contains mainly: red. Hex color #27150D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27150D is #D8EAF2. Grayscale: #191919. Windows color (decimal): -14215923 or 857383. OLE color: 857383.

HSL color Cylindrical-coordinate representation of color #27150D: hue angle of 18.46º degrees, saturation: 0.5, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #27150D is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.85.

Color convert

RGB392113-
CMYK00.460.670.85
HSL18.46º50%10.2%-
HSV(B)18.46º66.67%15.29%-
XYZ1.1810.51-
YUV25.47120.96137.65-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 53.42%
GREEN value IS 21 (8.59% from 255) = 28.77%
BLUE value IS 13 (5.47% from 255) = 17.81%
R=53.42%
G=28.77%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.67
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39211300.460.670.8518.465010.2
Hex2715D02E43551232a
Octal472515056103125226212
Binary100111101011101010111010000111010101100101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27150D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27150D; }

 p { color: rgb(39,21,13); }

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

<style>
 a { background-color: #27150D; }

 a { background-color: rgb(39,21,13); }

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

<style>
 span { border-color: #27150D; }

 span { border-color: rgb(39,21,13); }

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