Html Css Color HEX #372019 Brown Pod

📋 copy color: '#372019'

red 55 ◦ green 32 ◦ blue 25

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

Shades of Brown Pod #372019

Tints of Brown Pod #372019

RGB

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

 GREEN value IS 32 (12.89% from 255) = 28.57%

 BLUE value IS 25 (10.16% from 255) = 22.32%

R = 49.11%
G = 28.57%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.55

 K value IS 0.78

RGB Variations

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

Color information

#372019 (or 0x372019) is known color: Brown Pod. HEX triplet: 37, 20 and 19. RGB value is (55,32,25). Sum of RGB (Red+Green+Blue) = 55+32+25=112 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.11% from 112); Green value is 32 (12.89% from 255 or 28.57% from 112); Blue value is 25 (10.16% from 255 or 22.32% from 112); Max value from RGB is 55 - color contains mainly: red. Hex color #372019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372019 is #C8DFE6. Grayscale: #262626. Windows color (decimal): -13164519 or 1646647. OLE color: 1646647.

HSL color Cylindrical-coordinate representation of color #372019: hue angle of 14º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #372019 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 32 25 -
CMYK 0 0.42 0.55 0.78
HSL 14º 0.38% 0.16% -
HSV(B) 14º 0.55% 0.22% -
XYZ 2.27 1.92 1.17 -
YUV 38.08 120.62 140.07 -
System Red Green Blue C M Y K H S L
Decimal 55 32 25 0 0.42 0.55 0.78 14 0.38 0.16
Hex 37 20 19 0 2A 37 4E E 26 10
Octal 67 40 31 0 52 67 116 16 46 20
Binary 110111 100000 11001 0 101010 110111 1001110 1110 100110 10000

Color Harmonies of #372019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372019

Black with #372019

Text Example


Text Example

White with #372019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372019; }

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

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

background-color css

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

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

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

border-color css

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

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

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