#27150C

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

Shades of Wood Bark #27150C

Tints of Wood Bark #27150C

Color information

#27150C (or 0x27150C) is unknown color: approx Wood Bark. HEX triplet: 27, 15 and 0C. RGB value is (39,21,12). Sum of RGB (Red+Green+Blue) = 39+21+12=72 (9% of max value = 765). Red value is 39 (15.62% from 255 or 54.17% from 72); Green value is 21 (8.59% from 255 or 29.17% from 72); Blue value is 12 (5.08% from 255 or 16.67% from 72); Max value from RGB is 39 - color contains mainly: red. Hex color #27150C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27150C is #D8EAF3. Grayscale: #191919. Windows color (decimal): -14215924 or 791847. OLE color: 791847.

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

Color convert

RGB392112-
CMYK00.460.690.85
HSL20º52.94%10%-
HSV(B)20º69.23%15.29%-
XYZ1.170.990.48-
YUV25.36120.46137.73-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 54.17%
GREEN value IS 21 (8.59% from 255) = 29.17%
BLUE value IS 12 (5.08% from 255) = 16.67%
R=54.17%
G=29.17%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.69
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39211200.460.690.852052.9410
Hex2715C02E45551435a
Octal472514056105125246512
Binary100111101011100010111010001011010101101001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27150C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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