#372821

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

Shades of Wood Bark #372821

Tints of Wood Bark #372821

Color information

#372821 (or 0x372821) is unknown color: approx Wood Bark. HEX triplet: 37, 28 and 21. RGB value is (55,40,33). Sum of RGB (Red+Green+Blue) = 55+40+33=128 (16% of max value = 765). Red value is 55 (21.88% from 255 or 42.97% from 128); Green value is 40 (16.02% from 255 or 31.25% from 128); Blue value is 33 (13.28% from 255 or 25.78% from 128); Max value from RGB is 55 - color contains mainly: red. Hex color #372821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372821 is #C8D7DE. Grayscale: #2B2B2B. Windows color (decimal): -13162463 or 2172983. OLE color: 2172983.

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

Color convert

RGB554033-
CMYK00.270.40.78
HSL19.09º25%17.25%-
HSV(B)19.09º40%21.57%-
XYZ2.612.441.77-
YUV43.69121.97136.07-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 42.97%
GREEN value IS 40 (16.02% from 255) = 31.25%
BLUE value IS 33 (13.28% from 255) = 25.78%
R=42.97%
G=31.25%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.4
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55403300.270.40.7819.092517.25
Hex37282101B284E131911
Octal67504103350116233121
Binary1101111010001000010110111010001001110100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372821; }

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

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

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

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

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

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

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

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