Html Css Color HEX #372820 Wood Bark

📋 copy color: '#372820'

red 55 ◦ green 40 ◦ blue 32

#372820
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wood Bark #372820

Tints of Wood Bark #372820

RGB

 RED value IS 55 (21.88% from 255) = 43.31%

 GREEN value IS 40 (16.02% from 255) = 31.5%

 BLUE value IS 32 (12.89% from 255) = 25.2%

R = 43.31%
G = 31.5%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.42

 K value IS 0.78

RGB Variations

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

Color information

#372820 (or 0x372820) is known color: Wood Bark. HEX triplet: 37, 28 and 20. RGB value is (55,40,32). Sum of RGB (Red+Green+Blue) = 55+40+32=127 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.31% from 127); Green value is 40 (16.02% from 255 or 31.50% from 127); Blue value is 32 (12.89% from 255 or 25.20% from 127); Max value from RGB is 55 - color contains mainly: red. Hex color #372820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372820 is #C8D7DF. Grayscale: #2B2B2B. Windows color (decimal): -13162464 or 2107447. OLE color: 2107447.

HSL color Cylindrical-coordinate representation of color #372820: hue angle of 20.87º 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 #372820 is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 40 32 -
CMYK 0 0.27 0.42 0.78
HSL 20.87º 0.26% 0.17% -
HSV(B) 20.87º 0.42% 0.22% -
XYZ 2.6 2.43 1.7 -
YUV 43.57 121.47 136.15 -
System Red Green Blue C M Y K H S L
Decimal 55 40 32 0 0.27 0.42 0.78 20.87 0.26 0.17
Hex 37 28 20 0 1B 2A 4E 15 1A 11
Octal 67 50 40 0 33 52 116 25 32 21
Binary 110111 101000 100000 0 11011 101010 1001110 10101 11010 10001

Color Harmonies of #372820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372820

Black with #372820

Text Example


Text Example

White with #372820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372820; }

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

 H1.HeaderClassName
 {
   color: #372820;
 }
 .AnyTagClassName
 {
   color: #372820;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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