Html Css Color HEX #372520 Brown Pod

📋 copy color: '#372520'

red 55 ◦ green 37 ◦ blue 32

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

Shades of Brown Pod #372520

Tints of Brown Pod #372520

RGB

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

 GREEN value IS 37 (14.84% from 255) = 29.84%

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

R = 44.35%
G = 29.84%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.78

RGB Variations

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

Color information

#372520 (or 0x372520) is known color: Brown Pod. HEX triplet: 37, 25 and 20. RGB value is (55,37,32). Sum of RGB (Red+Green+Blue) = 55+37+32=124 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.35% from 124); Green value is 37 (14.84% from 255 or 29.84% from 124); Blue value is 32 (12.89% from 255 or 25.81% from 124); Max value from RGB is 55 - color contains mainly: red. Hex color #372520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372520 is #C8DADF. Grayscale: #292929. Windows color (decimal): -13163232 or 2106679. OLE color: 2106679.

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

Color convert

RGB 55 37 32 -
CMYK 0 0.33 0.42 0.78
HSL 13.04º 0.26% 0.17% -
HSV(B) 13.04º 0.42% 0.22% -
XYZ 2.5 2.24 1.67 -
YUV 41.81 122.46 137.41 -
System Red Green Blue C M Y K H S L
Decimal 55 37 32 0 0.33 0.42 0.78 13.04 0.26 0.17
Hex 37 25 20 0 21 2A 4E D 1A 11
Octal 67 45 40 0 41 52 116 15 32 21
Binary 110111 100101 100000 0 100001 101010 1001110 1101 11010 10001

Color Harmonies of #372520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372520

Black with #372520

Text Example


Text Example

White with #372520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372520; }

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

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

background-color css

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

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

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

border-color css

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

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

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