Html Css Color HEX #371E15 Brown Pod

📋 copy color: '#371E15'

red 55 ◦ green 30 ◦ blue 21

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

Shades of Brown Pod #371E15

Tints of Brown Pod #371E15

RGB

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

 GREEN value IS 30 (12.11% from 255) = 28.3%

 BLUE value IS 21 (8.59% from 255) = 19.81%

R = 51.89%
G = 28.3%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.78

RGB Variations

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

Color information

#371E15 (or 0x371E15) is known color: Brown Pod. HEX triplet: 37, 1E and 15. RGB value is (55,30,21). Sum of RGB (Red+Green+Blue) = 55+30+21=106 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.89% from 106); Green value is 30 (12.11% from 255 or 28.30% from 106); Blue value is 21 (8.59% from 255 or 19.81% from 106); Max value from RGB is 55 - color contains mainly: red. Hex color #371E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371E15 is #C8E1EA. Grayscale: #242424. Windows color (decimal): -13165035 or 1383991. OLE color: 1383991.

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

Color convert

RGB 55 30 21 -
CMYK 0 0.45 0.62 0.78
HSL 15.88º 0.45% 0.15% -
HSV(B) 15.88º 0.62% 0.22% -
XYZ 2.18 1.79 0.94 -
YUV 36.45 119.28 141.23 -
System Red Green Blue C M Y K H S L
Decimal 55 30 21 0 0.45 0.62 0.78 15.88 0.45 0.15
Hex 37 1E 15 0 2D 3E 4E 10 2D F
Octal 67 36 25 0 55 76 116 20 55 17
Binary 110111 11110 10101 0 101101 111110 1001110 10000 101101 1111

Color Harmonies of #371E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371E15

Black with #371E15

Text Example


Text Example

White with #371E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,30,21); }

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

background-color css

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

 a { background-color: rgb(55,30,21); }

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

border-color css

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

 span { border-color: rgb(55,30,21); }

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