Html Css Color HEX #372420 Brown Pod

📋 copy color: '#372420'

red 55 ◦ green 36 ◦ blue 32

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

Shades of Brown Pod #372420

Tints of Brown Pod #372420

RGB

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

 GREEN value IS 36 (14.45% from 255) = 29.27%

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

R = 44.72%
G = 29.27%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.42

 K value IS 0.78

RGB Variations

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

Color information

#372420 (or 0x372420) is known color: Brown Pod. HEX triplet: 37, 24 and 20. RGB value is (55,36,32). Sum of RGB (Red+Green+Blue) = 55+36+32=123 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.72% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 55 - color contains mainly: red. Hex color #372420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372420 is #C8DBDF. Grayscale: #292929. Windows color (decimal): -13163488 or 2106423. OLE color: 2106423.

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

Color convert

RGB 55 36 32 -
CMYK 0 0.35 0.42 0.78
HSL 10.43º 0.26% 0.17% -
HSV(B) 10.43º 0.42% 0.22% -
XYZ 2.47 2.18 1.66 -
YUV 41.23 122.79 137.83 -
System Red Green Blue C M Y K H S L
Decimal 55 36 32 0 0.35 0.42 0.78 10.43 0.26 0.17
Hex 37 24 20 0 23 2A 4E A 1A 11
Octal 67 44 40 0 43 52 116 12 32 21
Binary 110111 100100 100000 0 100011 101010 1001110 1010 11010 10001

Color Harmonies of #372420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372420

Black with #372420

Text Example


Text Example

White with #372420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372420; }

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

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

background-color css

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

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

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

border-color css

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

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

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