Html Css Color HEX #372014 Brown Pod

📋 copy color: '#372014'

red 55 ◦ green 32 ◦ blue 20

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

Shades of Brown Pod #372014

Tints of Brown Pod #372014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 18.69%

R = 51.4%
G = 29.91%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#372014 (or 0x372014) is known color: Brown Pod. HEX triplet: 37, 20 and 14. RGB value is (55,32,20). Sum of RGB (Red+Green+Blue) = 55+32+20=107 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.40% from 107); Green value is 32 (12.89% from 255 or 29.91% from 107); Blue value is 20 (8.20% from 255 or 18.69% from 107); Max value from RGB is 55 - color contains mainly: red. Hex color #372014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372014 is #C8DFEB. Grayscale: #252525. Windows color (decimal): -13164524 or 1318967. OLE color: 1318967.

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

Color convert

RGB 55 32 20 -
CMYK 0 0.42 0.64 0.78
HSL 20.57º 0.47% 0.15% -
HSV(B) 20.57º 0.64% 0.22% -
XYZ 2.22 1.9 0.91 -
YUV 37.51 118.12 140.48 -
System Red Green Blue C M Y K H S L
Decimal 55 32 20 0 0.42 0.64 0.78 20.57 0.47 0.15
Hex 37 20 14 0 2A 40 4E 15 2F F
Octal 67 40 24 0 52 100 116 25 57 17
Binary 110111 100000 10100 0 101010 1000000 1001110 10101 101111 1111

Color Harmonies of #372014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372014

Black with #372014

Text Example


Text Example

White with #372014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372014; }

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

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

background-color css

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

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

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

border-color css

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

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

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