Html Css Color HEX #371F17 Brown Pod

📋 copy color: '#371F17'

red 55 ◦ green 31 ◦ blue 23

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

Shades of Brown Pod #371F17

Tints of Brown Pod #371F17

RGB

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

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

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

R = 50.46%
G = 28.44%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.78

RGB Variations

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

Color information

#371F17 (or 0x371F17) is known color: Brown Pod. HEX triplet: 37, 1F and 17. RGB value is (55,31,23). Sum of RGB (Red+Green+Blue) = 55+31+23=109 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.46% from 109); Green value is 31 (12.5% from 255 or 28.44% from 109); Blue value is 23 (9.38% from 255 or 21.10% from 109); Max value from RGB is 55 - color contains mainly: red. Hex color #371F17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371F17 is #C8E0E8. Grayscale: #252525. Windows color (decimal): -13164777 or 1515319. OLE color: 1515319.

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

Color convert

RGB 55 31 23 -
CMYK 0 0.44 0.58 0.78
HSL 15º 0.41% 0.15% -
HSV(B) 15º 0.58% 0.22% -
XYZ 2.22 1.85 1.05 -
YUV 37.26 119.95 140.65 -
System Red Green Blue C M Y K H S L
Decimal 55 31 23 0 0.44 0.58 0.78 15 0.41 0.15
Hex 37 1F 17 0 2C 3A 4E F 29 F
Octal 67 37 27 0 54 72 116 17 51 17
Binary 110111 11111 10111 0 101100 111010 1001110 1111 101001 1111

Color Harmonies of #371F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371F17

Black with #371F17

Text Example


Text Example

White with #371F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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