Html Css Color HEX #371F14 Brown Pod

📋 copy color: '#371F14'

red 55 ◦ green 31 ◦ blue 20

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

Shades of Brown Pod #371F14

Tints of Brown Pod #371F14

RGB

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

 GREEN value IS 31 (12.5% from 255) = 29.25%

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

R = 51.89%
G = 29.25%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#371F14 (or 0x371F14) is known color: Brown Pod. HEX triplet: 37, 1F and 14. RGB value is (55,31,20). Sum of RGB (Red+Green+Blue) = 55+31+20=106 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.89% from 106); Green value is 31 (12.5% from 255 or 29.25% from 106); Blue value is 20 (8.20% from 255 or 18.87% from 106); Max value from RGB is 55 - color contains mainly: red. Hex color #371F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371F14 is #C8E0EB. Grayscale: #242424. Windows color (decimal): -13164780 or 1318711. OLE color: 1318711.

HSL color Cylindrical-coordinate representation of color #371F14: hue angle of 18.86º 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 #371F14 is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 31 20 -
CMYK 0 0.44 0.64 0.78
HSL 18.86º 0.47% 0.15% -
HSV(B) 18.86º 0.64% 0.22% -
XYZ 2.19 1.84 0.9 -
YUV 36.92 118.45 140.89 -
System Red Green Blue C M Y K H S L
Decimal 55 31 20 0 0.44 0.64 0.78 18.86 0.47 0.15
Hex 37 1F 14 0 2C 40 4E 13 2F F
Octal 67 37 24 0 54 100 116 23 57 17
Binary 110111 11111 10100 0 101100 1000000 1001110 10011 101111 1111

Color Harmonies of #371F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371F14

Black with #371F14

Text Example


Text Example

White with #371F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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