Html Css Color HEX #371D17 Brown Pod

📋 copy color: '#371D17'

red 55 ◦ green 29 ◦ blue 23

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

Shades of Brown Pod #371D17

Tints of Brown Pod #371D17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 21.5%

R = 51.4%
G = 27.1%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.78

RGB Variations

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

Color information

#371D17 (or 0x371D17) is known color: Brown Pod. HEX triplet: 37, 1D and 17. RGB value is (55,29,23). Sum of RGB (Red+Green+Blue) = 55+29+23=107 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.40% from 107); Green value is 29 (11.72% from 255 or 27.10% from 107); Blue value is 23 (9.38% from 255 or 21.50% from 107); Max value from RGB is 55 - color contains mainly: red. Hex color #371D17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371D17 is #C8E2E8. Grayscale: #242424. Windows color (decimal): -13165289 or 1514807. OLE color: 1514807.

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

Color convert

RGB 55 29 23 -
CMYK 0 0.47 0.58 0.78
HSL 11.25º 0.41% 0.15% -
HSV(B) 11.25º 0.58% 0.22% -
XYZ 2.17 1.75 1.03 -
YUV 36.09 120.61 141.49 -
System Red Green Blue C M Y K H S L
Decimal 55 29 23 0 0.47 0.58 0.78 11.25 0.41 0.15
Hex 37 1D 17 0 2F 3A 4E B 29 F
Octal 67 35 27 0 57 72 116 13 51 17
Binary 110111 11101 10111 0 101111 111010 1001110 1011 101001 1111

Color Harmonies of #371D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371D17

Black with #371D17

Text Example


Text Example

White with #371D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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