#27140A

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

Shades of Wood Bark #27140A

Tints of Wood Bark #27140A

Color information

#27140A (or 0x27140A) is unknown color: approx Wood Bark. HEX triplet: 27, 14 and 0A. RGB value is (39,20,10). Sum of RGB (Red+Green+Blue) = 39+20+10=69 (9% of max value = 765). Red value is 39 (15.62% from 255 or 56.52% from 69); Green value is 20 (8.20% from 255 or 28.99% from 69); Blue value is 10 (4.30% from 255 or 14.49% from 69); Max value from RGB is 39 - color contains mainly: red. Hex color #27140A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27140A is #D8EBF5. Grayscale: #181818. Windows color (decimal): -14216182 or 660519. OLE color: 660519.

HSL color Cylindrical-coordinate representation of color #27140A: hue angle of 20.69º degrees, saturation: 0.59, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #27140A is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.85.

Color convert

RGB392010-
CMYK00.490.740.85
HSL20.69º59.18%9.61%-
HSV(B)20.69º74.36%15.29%-
XYZ1.140.950.41-
YUV24.54119.79138.31-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 56.52%
GREEN value IS 20 (8.20% from 255) = 28.99%
BLUE value IS 10 (4.30% from 255) = 14.49%
R=56.52%
G=28.99%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.74
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39201000.490.740.8520.6959.189.61
Hex2714A0314A55153ba
Octal472412061112125257312
Binary100111101001010011000110010101010101101011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27140A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27140A; }

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

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

<style>
 a { background-color: #27140A; }

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

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

<style>
 span { border-color: #27140A; }

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

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