#27312D

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

Shades of Woodsmoke #27312D

Tints of Woodsmoke #27312D

Color information

#27312D (or 0x27312D) is unknown color: approx Woodsmoke. HEX triplet: 27, 31 and 2D. RGB value is (39,49,45). Sum of RGB (Red+Green+Blue) = 39+49+45=133 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.32% from 133); Green value is 49 (19.53% from 255 or 36.84% from 133); Blue value is 45 (17.97% from 255 or 33.83% from 133); Max value from RGB is 49 - color contains mainly: green. Hex color #27312D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27312D is #D8CED2. Grayscale: #2D2D2D. Windows color (decimal): -14208723 or 2961703. OLE color: 2961703.

HSL color Cylindrical-coordinate representation of color #27312D: hue angle of 156º degrees, saturation: 0.11, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #27312D is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.81.

Color convert

RGB394945-
CMYK0.2000.080.81
HSL156º11.36%17.25%-
HSV(B)156º20.41%19.22%-
XYZ2.412.822.9-
YUV45.55127.69123.33-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 29.32%
GREEN value IS 49 (19.53% from 255) = 36.84%
BLUE value IS 45 (17.97% from 255) = 33.83%
R=29.32%
G=36.84%
B=33.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3949450.2000.080.8115611.3617.25
Hex27312D1408519cb11
Octal476155240101212341321
Binary1001111100011011011010001000101000110011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27312D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,49,45); }

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

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

 a { background-color: rgb(39,49,45); }

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

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

 span { border-color: rgb(39,49,45); }

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