Html Css Color HEX #27342F Woodsmoke

📋 copy color: '#27342F'

red 39 ◦ green 52 ◦ blue 47

#27342F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Woodsmoke #27342F

Tints of Woodsmoke #27342F

RGB

 RED value IS 39 (15.63% from 255) = 28.26%

 GREEN value IS 52 (20.7% from 255) = 37.68%

 BLUE value IS 47 (18.75% from 255) = 34.06%

R = 28.26%
G = 37.68%
B = 34.06%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.10

 K value IS 0.80

RGB Variations

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

Color information

#27342F (or 0x27342F) is known color: Woodsmoke. HEX triplet: 27, 34 and 2F. RGB value is (39,52,47). Sum of RGB (Red+Green+Blue) = 39+52+47=138 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.26% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 47 (18.75% from 255 or 34.06% from 138); Max value from RGB is 52 - color contains mainly: green. Hex color #27342F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27342F is #D8CBD0. Grayscale: #2F2F2F. Windows color (decimal): -14207953 or 3093543. OLE color: 3093543.

HSL color Cylindrical-coordinate representation of color #27342F: hue angle of 156.92º degrees, saturation: 0.14, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #27342F is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.80.

Color convert

RGB 39 52 47 -
CMYK 0.25 0 0.10 0.80
HSL 156.92º 0.14% 0.18% -
HSV(B) 156.92º 0.25% 0.2% -
XYZ 2.58 3.09 3.15 -
YUV 47.54 127.69 121.91 -
System Red Green Blue C M Y K H S L
Decimal 39 52 47 0.25 0 0.10 0.80 156.92 0.14 0.18
Hex 27 34 2F 19 0 A 50 9D E 12
Octal 47 64 57 31 0 12 120 235 16 22
Binary 100111 110100 101111 11001 0 1010 1010000 10011101 1110 10010

Color Harmonies of #27342F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27342F

Black with #27342F

Text Example


Text Example

White with #27342F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #27342F;
 }
 .AnyTagClassName
 {
   color: #27342F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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