#27180D

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

Shades of Wood Bark #27180D

Tints of Wood Bark #27180D

Color information

#27180D (or 0x27180D) is unknown color: approx Wood Bark. HEX triplet: 27, 18 and 0D. RGB value is (39,24,13). Sum of RGB (Red+Green+Blue) = 39+24+13=76 (10% of max value = 765). Red value is 39 (15.62% from 255 or 51.32% from 76); Green value is 24 (9.77% from 255 or 31.58% from 76); Blue value is 13 (5.47% from 255 or 17.11% from 76); Max value from RGB is 39 - color contains mainly: red. Hex color #27180D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27180D is #D8E7F2. Grayscale: #1B1B1B. Windows color (decimal): -14215155 or 858151. OLE color: 858151.

HSL color Cylindrical-coordinate representation of color #27180D: hue angle of 25.38º 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 #27180D is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.85.

Color convert

RGB392413-
CMYK00.380.670.85
HSL25.38º50%10.2%-
HSV(B)25.38º66.67%15.29%-
XYZ1.241.110.53-
YUV27.23119.97136.39-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 51.32%
GREEN value IS 24 (9.77% from 255) = 31.58%
BLUE value IS 13 (5.47% from 255) = 17.11%
R=51.32%
G=31.58%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.67
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39241300.380.670.8525.385010.2
Hex2718D02643551932a
Octal473015046103125316212
Binary100111110001101010011010000111010101110011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27180D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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