#272322

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

Shades of Wood Bark #272322

Tints of Wood Bark #272322

Color information

#272322 (or 0x272322) is unknown color: approx Wood Bark. HEX triplet: 27, 23 and 22. RGB value is (39,35,34). Sum of RGB (Red+Green+Blue) = 39+35+34=108 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.11% from 108); Green value is 35 (14.06% from 255 or 32.41% from 108); Blue value is 34 (13.67% from 255 or 31.48% from 108); Max value from RGB is 39 - color contains mainly: red. Hex color #272322 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272322 is #D8DCDD. Grayscale: #242424. Windows color (decimal): -14212318 or 2237223. OLE color: 2237223.

HSL color Cylindrical-coordinate representation of color #272322: hue angle of 12º degrees, saturation: 0.07, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #272322 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.85.

Color convert

RGB393534-
CMYK00.100.130.85
HSL12º6.85%14.31%-
HSV(B)12º12.82%15.29%-
XYZ1.731.751.76-
YUV36.08126.83130.08-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 36.11%
GREEN value IS 35 (14.06% from 255) = 32.41%
BLUE value IS 34 (13.67% from 255) = 31.48%
R=36.11%
G=32.41%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39353400.100.130.85126.8514.31
Hex2723220AD55c7e
Octal4743420121512514716
Binary100111100011100010010101101101010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272322; }

 p { color: rgb(39,35,34); }

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

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

 a { background-color: rgb(39,35,34); }

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

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

 span { border-color: rgb(39,35,34); }

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