Html Css Color HEX #371D13 Brown Pod

📋 copy color: '#371D13'

red 55 ◦ green 29 ◦ blue 19

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

Shades of Brown Pod #371D13

Tints of Brown Pod #371D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 18.45%

R = 53.4%
G = 28.16%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.78

RGB Variations

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

Color information

#371D13 (or 0x371D13) is known color: Brown Pod. HEX triplet: 37, 1D and 13. RGB value is (55,29,19). Sum of RGB (Red+Green+Blue) = 55+29+19=103 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.40% from 103); Green value is 29 (11.72% from 255 or 28.16% from 103); Blue value is 19 (7.81% from 255 or 18.45% from 103); Max value from RGB is 55 - color contains mainly: red. Hex color #371D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371D13 is #C8E2EC. Grayscale: #232323. Windows color (decimal): -13165293 or 1252663. OLE color: 1252663.

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

Color convert

RGB 55 29 19 -
CMYK 0 0.47 0.65 0.78
HSL 16.67º 0.49% 0.15% -
HSV(B) 16.67º 0.65% 0.22% -
XYZ 2.13 1.74 0.84 -
YUV 35.63 118.61 141.81 -
System Red Green Blue C M Y K H S L
Decimal 55 29 19 0 0.47 0.65 0.78 16.67 0.49 0.15
Hex 37 1D 13 0 2F 41 4E 11 31 F
Octal 67 35 23 0 57 101 116 21 61 17
Binary 110111 11101 10011 0 101111 1000001 1001110 10001 110001 1111

Color Harmonies of #371D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371D13

Black with #371D13

Text Example


Text Example

White with #371D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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