#27322E

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

Shades of Woodsmoke #27322E

Tints of Woodsmoke #27322E

Color information

#27322E (or 0x27322E) is unknown color: approx Woodsmoke. HEX triplet: 27, 32 and 2E. RGB value is (39,50,46). Sum of RGB (Red+Green+Blue) = 39+50+46=135 (17% of max value = 765). Red value is 39 (15.62% from 255 or 28.89% from 135); Green value is 50 (19.92% from 255 or 37.04% from 135); Blue value is 46 (18.36% from 255 or 34.07% from 135); Max value from RGB is 50 - color contains mainly: green. Hex color #27322E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27322E is #D8CDD1. Grayscale: #2E2E2E. Windows color (decimal): -14208466 or 3027495. OLE color: 3027495.

HSL color Cylindrical-coordinate representation of color #27322E: hue angle of 158.18º degrees, saturation: 0.12, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #27322E is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.80.

Color convert

RGB395046-
CMYK0.2200.080.80
HSL158.18º12.36%17.45%-
HSV(B)158.18º22%19.61%-
XYZ2.472.913.02-
YUV46.26127.86122.83-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 28.89%
GREEN value IS 50 (19.92% from 255) = 37.04%
BLUE value IS 46 (18.36% from 255) = 34.07%
R=28.89%
G=37.04%
B=34.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3950460.2200.080.80158.1812.3617.45
Hex27322E1608509ec11
Octal476256260101202361421
Binary1001111100101011101011001000101000010011110110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27322E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27322E; }

 p { color: rgb(39,50,46); }

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

<style>
 a { background-color: #27322E; }

 a { background-color: rgb(39,50,46); }

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

<style>
 span { border-color: #27322E; }

 span { border-color: rgb(39,50,46); }

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