#372822

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

Shades of Wood Bark #372822

Tints of Wood Bark #372822

Color information

#372822 (or 0x372822) is unknown color: approx Wood Bark. HEX triplet: 37, 28 and 22. RGB value is (55,40,34). Sum of RGB (Red+Green+Blue) = 55+40+34=129 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.64% from 129); Green value is 40 (16.02% from 255 or 31.01% from 129); Blue value is 34 (13.67% from 255 or 26.36% from 129); Max value from RGB is 55 - color contains mainly: red. Hex color #372822 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372822 is #C8D7DD. Grayscale: #2B2B2B. Windows color (decimal): -13162462 or 2238519. OLE color: 2238519.

HSL color Cylindrical-coordinate representation of color #372822: hue angle of 17.14º degrees, saturation: 0.24, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #372822 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.78.

Color convert

RGB554034-
CMYK00.270.380.78
HSL17.14º23.6%17.45%-
HSV(B)17.14º38.18%21.57%-
XYZ2.622.451.85-
YUV43.8122.47135.99-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 42.64%
GREEN value IS 40 (16.02% from 255) = 31.01%
BLUE value IS 34 (13.67% from 255) = 26.36%
R=42.64%
G=31.01%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55403400.270.380.7817.1423.617.45
Hex37282201B264E111811
Octal67504203346116213021
Binary1101111010001000100110111001101001110100011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372822; }

 p { color: rgb(55,40,34); }

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

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

 a { background-color: rgb(55,40,34); }

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

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

 span { border-color: rgb(55,40,34); }

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