#372923

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

Shades of Wood Bark #372923

Tints of Wood Bark #372923

Color information

#372923 (or 0x372923) is unknown color: approx Wood Bark. HEX triplet: 37, 29 and 23. RGB value is (55,41,35). Sum of RGB (Red+Green+Blue) = 55+41+35=131 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.98% from 131); Green value is 41 (16.41% from 255 or 31.30% from 131); Blue value is 35 (14.06% from 255 or 26.72% from 131); Max value from RGB is 55 - color contains mainly: red. Hex color #372923 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372923 is #C8D6DC. Grayscale: #2C2C2C. Windows color (decimal): -13162205 or 2304311. OLE color: 2304311.

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

Color convert

RGB554135-
CMYK00.250.360.78
HSL18º22.22%17.65%-
HSV(B)18º36.36%21.57%-
XYZ2.672.521.94-
YUV44.5122.64135.49-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 41.98%
GREEN value IS 41 (16.41% from 255) = 31.30%
BLUE value IS 35 (14.06% from 255) = 26.72%
R=41.98%
G=31.30%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55413500.250.360.781822.2217.65
Hex372923019244E121612
Octal67514303144116222622
Binary1101111010011000110110011001001001110100101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372923; }

 p { color: rgb(55,41,35); }

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

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

 a { background-color: rgb(55,41,35); }

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

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

 span { border-color: rgb(55,41,35); }

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