Html Css Color HEX #371D14 Brown Pod

📋 copy color: '#371D14'

red 55 ◦ green 29 ◦ blue 20

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

Shades of Brown Pod #371D14

Tints of Brown Pod #371D14

RGB

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

 GREEN value IS 29 (11.72% from 255) = 27.88%

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

R = 52.88%
G = 27.88%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#371D14 (or 0x371D14) is known color: Brown Pod. HEX triplet: 37, 1D and 14. RGB value is (55,29,20). Sum of RGB (Red+Green+Blue) = 55+29+20=104 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.88% from 104); Green value is 29 (11.72% from 255 or 27.88% from 104); Blue value is 20 (8.20% from 255 or 19.23% from 104); Max value from RGB is 55 - color contains mainly: red. Hex color #371D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371D14 is #C8E2EB. Grayscale: #232323. Windows color (decimal): -13165292 or 1318199. OLE color: 1318199.

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

Color convert

RGB 55 29 20 -
CMYK 0 0.47 0.64 0.78
HSL 15.43º 0.47% 0.15% -
HSV(B) 15.43º 0.64% 0.22% -
XYZ 2.14 1.74 0.89 -
YUV 35.75 119.11 141.73 -
System Red Green Blue C M Y K H S L
Decimal 55 29 20 0 0.47 0.64 0.78 15.43 0.47 0.15
Hex 37 1D 14 0 2F 40 4E F 2F F
Octal 67 35 24 0 57 100 116 17 57 17
Binary 110111 11101 10100 0 101111 1000000 1001110 1111 101111 1111

Color Harmonies of #371D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371D14

Black with #371D14

Text Example


Text Example

White with #371D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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