#27332F

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

Shades of Woodsmoke #27332F

Tints of Woodsmoke #27332F

Color information

#27332F (or 0x27332F) is unknown color: approx Woodsmoke. HEX triplet: 27, 33 and 2F. RGB value is (39,51,47). Sum of RGB (Red+Green+Blue) = 39+51+47=137 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.47% from 137); Green value is 51 (20.31% from 255 or 37.23% from 137); Blue value is 47 (18.75% from 255 or 34.31% from 137); Max value from RGB is 51 - color contains mainly: green. Hex color #27332F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27332F is #D8CCD0. Grayscale: #2E2E2E. Windows color (decimal): -14208209 or 3093287. OLE color: 3093287.

HSL color Cylindrical-coordinate representation of color #27332F: hue angle of 160º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #27332F is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.8.

Color convert

RGB395147-
CMYK0.2400.080.8
HSL160º13.33%17.65%-
HSV(B)160º23.53%20%-
XYZ2.5333.14-
YUV46.96128.02122.33-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 28.47%
GREEN value IS 51 (20.31% from 255) = 37.23%
BLUE value IS 47 (18.75% from 255) = 34.31%
R=28.47%
G=37.23%
B=34.31%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3951470.2400.080.816013.3317.65
Hex27332F180850a0d12
Octal476357300101202401522
Binary1001111100111011111100001000101000010100000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27332F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27332F; }

 p { color: rgb(39,51,47); }

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

<style>
 a { background-color: #27332F; }

 a { background-color: rgb(39,51,47); }

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

<style>
 span { border-color: #27332F; }

 span { border-color: rgb(39,51,47); }

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