#372720

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

Shades of Wood Bark #372720

Tints of Wood Bark #372720

Color information

#372720 (or 0x372720) is unknown color: approx Wood Bark. HEX triplet: 37, 27 and 20. RGB value is (55,39,32). Sum of RGB (Red+Green+Blue) = 55+39+32=126 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.65% from 126); Green value is 39 (15.62% from 255 or 30.95% from 126); Blue value is 32 (12.89% from 255 or 25.40% from 126); Max value from RGB is 55 - color contains mainly: red. Hex color #372720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372720 is #C8D8DF. Grayscale: #2B2B2B. Windows color (decimal): -13162720 or 2107191. OLE color: 2107191.

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

Color convert

RGB553932-
CMYK00.290.420.78
HSL18.26º26.44%17.06%-
HSV(B)18.26º41.82%21.57%-
XYZ2.562.371.69-
YUV42.99121.8136.57-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 43.65%
GREEN value IS 39 (15.62% from 255) = 30.95%
BLUE value IS 32 (12.89% from 255) = 25.40%
R=43.65%
G=30.95%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55393200.290.420.7818.2626.4417.06
Hex37272001D2A4E121a11
Octal67474003552116223221
Binary1101111001111000000111011010101001110100101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372720; }

 p { color: rgb(55,39,32); }

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

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

 a { background-color: rgb(55,39,32); }

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

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

 span { border-color: rgb(55,39,32); }

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